build.bat 270 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 HostFiles StdLoader >> tmp.txt
  4. @echo Kernel.Quit(0) >> tmp.txt
  5. dev0.exe < tmp.txt
  6. del tmp.txt