7 lines
165 B
Batchfile
7 lines
165 B
Batchfile
|
@echo off
|
||
|
|
||
|
call bin\build.bat /DPACKAGE_DEMO_X64
|
||
|
call bin\build.bat /DPACKAGE_DEMO_X86
|
||
|
call bin\build.bat /DPACKAGE_SUPER_X64
|
||
|
call bin\build.bat /DPACKAGE_SUPER_X86
|