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)
(c-compile "../../mzscheme/gc2/gc2.c" "xsrc/gc2.obj"
(append
(map (lambda (f) (build-path "../../mzscheme/" f))
'("include/scheme.h"
"src/stypes.h"))
(map (lambda (f) (build-path "../../mzscheme/gc2/" f))
'("gc2.c"
"compact.c"
"newgc.c"
"vm_win.c"
"sighand.c"
"msgprint.c"))
"msgprint.c"
"gc2.h"
"gc2_obj.h")))
(string-append
"/D GC2_AS_EXPORT "
(if accounting-gc?