make Windows 3m cl build flag properly dependent on configuration at top of make.ss
svn: r6087
This commit is contained in:
parent
e1806d72af
commit
e23ac32856
|
@ -152,7 +152,10 @@
|
||||||
mz-inc
|
mz-inc
|
||||||
"xsrc/precomp.h"
|
"xsrc/precomp.h"
|
||||||
""
|
""
|
||||||
"/D LIBMZ_EXPORTS /D NEWGC_BTC_ACCOUNT "
|
(string-append "/D LIBMZ_EXPORTS "
|
||||||
|
(if accounting-gc?
|
||||||
|
"/D NEWGC_BTC_ACCOUNT "
|
||||||
|
""))
|
||||||
"mz.pch"
|
"mz.pch"
|
||||||
#f))
|
#f))
|
||||||
srcs)
|
srcs)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user