original commit: f6cdff32ca4c4a343e758172a1e26cc29dd01ffd
This commit is contained in:
Robby Findler 1998-09-16 00:30:22 +00:00
parent 755d3310b4
commit e07b22548d

View File

@ -0,0 +1,20 @@
(printf "1~n")
(read-case-sensitive #t)
(compile-allow-cond-fallthrough #t)
(compile-allow-set!-undefined #t)
(begin
(require-library "launcher.ss" "launcher")
(make-mred-launcher (list "-mvL" "test.ss" "framework")
(mred-program-launcher-path "Test Framework")))
(printf "2~n")
(require-library "loader.ss" "system")
(printf "3~n")
;(require-library "gen-mred-interfaces.ss" "framework")
(printf "4~n")
(require-library "mred-interfaces.ss" "framework")
(printf "5~n")
(require-library "sig.ss" "framework")
(printf "6~n")
(require-library "frameworkr.ss" "framework")
(printf "7~n")