4coder/build.bat

15 lines
228 B
Batchfile
Raw Normal View History

2016-01-06 15:39:15 +00:00
@echo off
2016-06-24 19:33:37 +00:00
pushd ..\meta
REM cl %OPTS% ..\code\4ed_metagen.cpp /Zi /Femetagen
popd
pushd ..\code
REM "..\meta\metagen"
popd
2016-04-22 03:28:00 +00:00
REM "build_exp.bat" /Zi
"build_all.bat" /DFRED_SUPER /DFRED_INTERNAL /Zi
2016-04-22 03:28:00 +00:00
REM "build_all.bat" /O2 /Zi