mirror of
https://github.com/nzp-team/quakec.git
synced 2025-03-13 14:24:16 +00:00
TOOLS: Fix windows bat script, change fteqcc flags in line with the sh script
This commit is contained in:
parent
836cdd6ebb
commit
2c430e5abf
1 changed files with 5 additions and 5 deletions
|
@ -14,13 +14,13 @@ CD bin/
|
|||
|
||||
REM ****** build.. ******
|
||||
echo Compiling FTE CSQC..
|
||||
fteqcc-cli-win.exe -srcfile ../progs/csqc.src
|
||||
fteqcc-cli-win.exe -DFTE -Wall -srcfile ../progs/csqc.src
|
||||
echo Compiling FTE SSQC..
|
||||
fteqcc-cli-win.exe -O3 -DFTE -srcfile ../progs/ssqc.src
|
||||
fteqcc-cli-win.exe -O3 -DFTE -Wall -srcfile ../progs/ssqc.src
|
||||
echo Compiling FTE MenuQC..
|
||||
fteqcc-cli-win.exe -O3 -DFTE -srcfile ../progs/menu.src
|
||||
fteqcc-cli-win.exe -O3 -DFTE -Wall -srcfile ../progs/menu.src
|
||||
echo Compiling Standard/Id SSQC..
|
||||
fteqcc-cli-win.exe -O3 -srcfile ../progs/ssqc.src
|
||||
fteqcc-cli-win.exe -O3 -Wall -srcfile ../progs/ssqc.src
|
||||
|
||||
echo End of script.
|
||||
pause
|
||||
pause
|
||||
|
|
Loading…
Reference in a new issue