From e23ac328560645cfdb1330775f02e517e087a574 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Sun, 29 Apr 2007 02:15:40 +0000 Subject: [PATCH] make Windows 3m cl build flag properly dependent on configuration at top of make.ss svn: r6087 --- src/worksp/gc2/make.ss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/worksp/gc2/make.ss b/src/worksp/gc2/make.ss index 108db2e0a8..7a335bc94b 100644 --- a/src/worksp/gc2/make.ss +++ b/src/worksp/gc2/make.ss @@ -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)