compile-twospace-gc.bat 704 B

12345678910111213141516171819
  1. @echo off
  2. set runnable="%~1"
  3. cd ps-compiler
  4. echo ,batch > compile-twospace-gc.input
  5. echo ,config ,load ../scheme/platform-interfaces.scm >> compile-twospace-gc.input
  6. echo ,config ,load ../scheme/rts-packages-32.scm >> compile-twospace-gc.input
  7. echo ,config ,load ../scheme/prescheme/interface.scm >> compile-twospace-gc.input
  8. echo ,config ,load ../scheme/prescheme/package-defs.scm >> compile-twospace-gc.input
  9. echo ,exec ,load load-ps-compiler.scm >> compile-twospace-gc.input
  10. echo ,exec ,load compile-twospace-gc-32.scm >> compile-twospace-gc.input
  11. echo ,exit >> compile-twospace-gc.input
  12. call %runnable% -h 8000000 < compile-twospace-gc.input
  13. cd ..
  14. move /Y scheme\vm\scheme48-twospace-heap-32.c c