From 43d9a7de9b83f437d55c2cbc6e9625e3fafa5102 Mon Sep 17 00:00:00 2001 From: grischka Date: Mon, 13 Feb 2017 19:03:29 +0100 Subject: 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 option help info - .gitignore: cleanup --- win32/tcc-win32.txt | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'win32/tcc-win32.txt') 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 Limitations: -- cgit v1.3.1