build.bat 299 B

123456
  1. @echo off
  2. @echo DevCompiler.CompileSubs Win Sql System Std Host Cons Text Form Dev Xhtml Comm Obx > tmp.txt
  3. @echo DevLinker.Link dos BlackBoxInterp.exe := Kernel$+ Files Utf HostEnv HostFiles StdLoader >> tmp.txt
  4. @echo Kernel.Quit(0) >> tmp.txt
  5. dev0.exe -BB_PACKED_FIRST < tmp.txt
  6. del tmp.txt