aboutsummaryrefslogtreecommitdiff
path: root/win32/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Makefile for Windows native tcc handles recent UNICODE supportChristian Jullien2017-02-181-26/+32
|
* Add entry to run tests2 testsChristian Jullien2017-02-171-0/+9
|
* tiny_impldef.exe was not built by MakefileChristian Jullien2017-02-161-140/+142
|
* Improve cygwin Makefile that now support TARGET=32/64 to force final version ↵Christian Jullien2017-02-141-11/+20
| | | | for 32/64 platform
* updates & cleanups (tcc-doc/Changelog/TODO ...)grischka2017-02-131-1/+1
| | | | | | | | | | | | | | | - 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
* Detect native version from default gcc target.Christian Jullien2017-02-121-8/+9
|
* Add Makefile to build native tcc 32/64 on Windows using cygwinChristian Jullien2017-02-121-0/+130