Re-enable "Use CString to concat linker options"

This reverts commit 16202e054f.

Changed win32 build to use ONE_SOURCE just like libtcc.dll
Therefore CString can be used again...
This commit is contained in:
Gabriel Corneanu
2012-04-18 10:01:45 +02:00
parent 176876e5de
commit 214564b1dc
2 changed files with 9 additions and 14 deletions

View File

@ -34,7 +34,7 @@ copy ..\libtcc.h libtcc\libtcc.h
tiny_impdef libtcc.dll -o lib/libtcc.def
:tcc
%CC% %target% ../tcc.c -o tcc.exe -ltcc -Llibtcc
%CC% %target% -DONE_SOURCE ../tcc.c -o tcc.exe -ltcc -Llibtcc
:copy_std_includes
copy ..\include\*.h include