Fix problem in windows build script

master
Allen Webster 2020-03-10 14:27:30 -07:00
parent 6f4bd5515b
commit f9ac444a2c
1 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
@echo off @echo off
bin\build.bat /DPACKAGE_DEMO_X64 call bin\build.bat /DPACKAGE_DEMO_X64
bin\build.bat /DPACKAGE_DEMO_X86 call bin\build.bat /DPACKAGE_DEMO_X86
bin\build.bat /DPACKAGE_SUPER_X64 call bin\build.bat /DPACKAGE_SUPER_X64
bin\build.bat /DPACKAGE_SUPER_X86 call bin\build.bat /DPACKAGE_SUPER_X86