add some missing dependencies for windows 3m build

svn: r12143
This commit is contained in:
Matthew Flatt 2008-10-27 18:41:04 +00:00
parent a7b5d4af4b
commit 469e780949

View File

@ -206,13 +206,19 @@
#f) #f)
(c-compile "../../mzscheme/gc2/gc2.c" "xsrc/gc2.obj" (c-compile "../../mzscheme/gc2/gc2.c" "xsrc/gc2.obj"
(map (lambda (f) (build-path "../../mzscheme/gc2/" f)) (append
'("gc2.c" (map (lambda (f) (build-path "../../mzscheme/" f))
"compact.c" '("include/scheme.h"
"newgc.c" "src/stypes.h"))
"vm_win.c" (map (lambda (f) (build-path "../../mzscheme/gc2/" f))
"sighand.c" '("gc2.c"
"msgprint.c")) "compact.c"
"newgc.c"
"vm_win.c"
"sighand.c"
"msgprint.c"
"gc2.h"
"gc2_obj.h")))
(string-append (string-append
"/D GC2_AS_EXPORT " "/D GC2_AS_EXPORT "
(if accounting-gc? (if accounting-gc?