diff options
Diffstat (limited to 'win32')
| -rw-r--r-- | win32/build-tcc.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/build-tcc.bat b/win32/build-tcc.bat index b234178..3c3a726 100644 --- a/win32/build-tcc.bat +++ b/win32/build-tcc.bat @@ -113,7 +113,7 @@ for %%f in (*tcc.exe *tcc.dll) do @del %%f :compiler %CC% -o libtcc.dll -shared ..\libtcc.c %D% -DLIBTCC_AS_DLL @if errorlevel 1 goto :the_end -%CC% -o tcc.exe ..\tcc.c libtcc.dll %D% -DONE_SOURCE=0 +%CC% -o tcc.exe ..\tcc.c libtcc.dll %D% -DONE_SOURCE"=0" %CC% -o %PX%-tcc.exe ..\tcc.c %DX% @if (%TCC_FILES%)==(no) goto :files-done |
