From: Michael Ow Date: Sun, 16 Oct 2011 04:58:01 +0000 (+0000) Subject: ICU-8858 Revert previous change to ufortune sample X-Git-Tag: milestone-59-0-1~4411 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f76ced25c9ce04692f4ea643a5df733321f4bec0;p=icu ICU-8858 Revert previous change to ufortune sample X-SVN-Rev: 30831 --- diff --git a/icu4c/source/samples/ufortune/fortunedefs.mk b/icu4c/source/samples/ufortune/fortunedefs.mk index 490f1b8cb54..b0ce2b25b7e 100644 --- a/icu4c/source/samples/ufortune/fortunedefs.mk +++ b/icu4c/source/samples/ufortune/fortunedefs.mk @@ -28,6 +28,7 @@ CHECK_VARS= ICU_DATA=$(RESDIR) # DLL and static modes are identical here ifeq ($(RESMODE),dll) RESLDFLAGS= -L$(RESDIR) -l$(RESNAME) +RESCPPFLAGS= CHECK_VARS= endif