broken_seals/Build_JavaScript.bat

7 lines
87 B
Batchfile

cd ./engine
call scons -j2 platform=javascript tools=no target=release_debug
cd ..