aboutsummaryrefslogtreecommitdiff
path: root/win32/tcc-win32.txt
diff options
context:
space:
mode:
authorgrischka <grischka>2017-02-13 19:03:29 +0100
committergrischka <grischka>2017-02-13 19:03:29 +0100
commit43d9a7de9b83f437d55c2cbc6e9625e3fafa5102 (patch)
tree5890bbdeebd2bec986afd99f51f624c652a915a9 /win32/tcc-win32.txt
parent13056da039240a1d418335f6e0506a89fb2d8495 (diff)
downloadtinycc-43d9a7de9b83f437d55c2cbc6e9625e3fafa5102.tar.gz
tinycc-43d9a7de9b83f437d55c2cbc6e9625e3fafa5102.tar.bz2
updates & cleanups (tcc-doc/Changelog/TODO ...)
- tcc-doc.texi: commandline option info update - Changelog/TODO: update - tests/tcctest.py: removed - tests/Makefile: weaktest fixed - tests/tests2: some files renamed and/or converted to unix LF - configure/Makefile: --enable-static option (no dll on win32) - win32/build-tcc.bat: msvc support - win32/tcc-win32.txt: build info update - win32/vs2015/: VS solution removed - win32/include/tcc/tcc_libm.h: #include statement fixed - tcc.c: -include <file> option help info - .gitignore: cleanup
Diffstat (limited to 'win32/tcc-win32.txt')
-rw-r--r--win32/tcc-win32.txt15
1 files changed, 9 insertions, 6 deletions
diff --git a/win32/tcc-win32.txt b/win32/tcc-win32.txt
index da07e44..9299e68 100644
--- a/win32/tcc-win32.txt
+++ b/win32/tcc-win32.txt
@@ -107,23 +107,26 @@
Compilation from source:
------------------------
* You can use the MinGW and MSYS tools available at
-
http://www.mingw.org
Untar the TCC archive and type in the MSYS shell:
-
./configure [--prefix installpath]
make
make install
- The default install location is c:\Program Files\tcc
+ The default install location is c:\Program Files\tcc
* Alternatively you can compile TCC with just GCC from MinGW using
+ > build-tcc.bat (from the win32 directory)
+
+ Also MSVC can be used with the "VSTools Developer Command Prompt":
+ > build-tcc.bat -c cl
- build-tcc.bat (from the win32 directory)
+ or with a tcc (needs to be in a different directory)
+ > build-tcc.bat -c some-tcc-dir\tcc.exe
- To install, copy the entire contents of the win32 directory to
- where you want.
+ Also you can copy/install everything into another directory:
+ > build-tcc.bat -i <dir>
Limitations: