LangStudies/build_engine.release_debug.bat

5 lines
107 B
Batchfile
Raw Permalink Normal View History

2022-07-10 16:27:28 -07:00
cd Engine\gd\
scons -j%NUMBER_OF_PROCESSORS% platform=windows tools=yes target=release_debug bits=64
exit