broken_seals/Build_JavaScript.bat

7 lines
101 B
Batchfile
Raw Normal View History

2019-11-20 13:38:23 +01:00
cd ./engine
call scons -j2 platform=javascript tools=no target=release_debug entities_2d=no
cd ..