make Windows 3m cl build flag properly dependent on configuration at top of make.ss

svn: r6087
This commit is contained in:
Matthew Flatt 2007-04-29 02:15:40 +00:00
parent e1806d72af
commit e23ac32856

View File

@ -152,7 +152,10 @@
mz-inc
"xsrc/precomp.h"
""
"/D LIBMZ_EXPORTS /D NEWGC_BTC_ACCOUNT "
(string-append "/D LIBMZ_EXPORTS "
(if accounting-gc?
"/D NEWGC_BTC_ACCOUNT "
""))
"mz.pch"
#f))
srcs)