broken_seals/build_javascript_release.bat

6 lines
80 B
Batchfile
Raw Normal View History

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