From: rrt Date: Mon, 16 Jul 2001 09:30:30 +0000 (+0000) Subject: [project @ 2001-07-16 09:30:30 by rrt] X-Git-Tag: Approximately_9120_patches~1546 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=4c3a648694de47f7146e12c07b71cb01b02763ec [project @ 2001-07-16 09:30:30 by rrt] Set -DDLLized when DLLized is true for use in C source --- diff --git a/mk/target.mk b/mk/target.mk index 51fdbe5..9d1683a 100644 --- a/mk/target.mk +++ b/mk/target.mk @@ -523,6 +523,7 @@ endif # GHCI_LIBRARY # ifeq "$(DLLized)" "YES" +SRC_CC_OPTS += -DDLLized ifneq "$(PACKAGE)" ""