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:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user