aboutsummaryrefslogtreecommitdiff
path: root/win32/vs2015
Commit message (Collapse)AuthorAgeFilesLines
* updates & cleanups (tcc-doc/Changelog/TODO ...)grischka2017-02-134-465/+0
| | | | | | | | | | | | | | | - 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
* Add pre-build step in VS2015 projects to generate config.h from VERSIONVlad Vissoultchev2017-02-093-0/+61
|
* win32: Better VS2015 solution and project filesVlad Vissoultchev2016-04-132-0/+31
| | | | These include all header and source files from source directory
* VS2015 solution and project filesseyko2016-04-133-0/+373
From: Vlad Vissoultchev Date: Mon, 11 Apr 2016 01:32:28 +0300 Subject: Add VS2015 solution and project files to `win32/vs2015` directory This allows release/debug builds for both x86 and x64 targets. Some warnings had to be suppressed. Output libtcc.dll and tcc.exe are copied to parent `win32` directory w/ a post-build action.