compile-twospace-gc.bat 842 B

123456789101112131415161718192021222324
  1. @echo off
  2. rem Part of Scheme 48 1.9. See file COPYING for notices and license.
  3. rem
  4. rem Authors: Richard Kelsey, Mike Sperber, Marcus Crestani
  5. rem
  6. set runnable="%~1"
  7. cd ps-compiler
  8. echo ,batch > compile-twospace-gc.input
  9. echo ,config ,load ../scheme/platform-interfaces.scm >> compile-twospace-gc.input
  10. echo ,config ,load ../scheme/rts-packages-32.scm >> compile-twospace-gc.input
  11. echo ,config ,load ../scheme/prescheme/interface.scm >> compile-twospace-gc.input
  12. echo ,config ,load ../scheme/prescheme/package-defs.scm >> compile-twospace-gc.input
  13. echo ,exec ,load load-ps-compiler.scm >> compile-twospace-gc.input
  14. echo ,exec ,load compile-twospace-gc-32.scm >> compile-twospace-gc.input
  15. echo ,exit >> compile-twospace-gc.input
  16. call %runnable% -h 8000000 < compile-twospace-gc.input
  17. cd ..
  18. move /Y scheme\vm\scheme48-twospace-heap-32.c c