mirror of
https://github.com/Relintai/broken_seals_2d.git
synced 2024-11-11 20:35:10 +01:00
15 lines
439 B
Batchfile
15 lines
439 B
Batchfile
|
|
cd ./engine
|
|
|
|
if not defined DevEnvDir (
|
|
rem call "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvarsall.bat" x86
|
|
call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x64
|
|
)
|
|
|
|
call scons -j6 platform=uwp target=release entities_2d=yes
|
|
rem call scons -j6 platform=uwp target=release_debug entities_2d=yes
|
|
rem call scons -j6 platform=uwp target=release entities_2d=yes
|
|
|
|
cd ..
|
|
|