From f76ced25c9ce04692f4ea643a5df733321f4bec0 Mon Sep 17 00:00:00 2001 From: Michael Ow Date: Sun, 16 Oct 2011 04:58:01 +0000 Subject: [PATCH] ICU-8858 Revert previous change to ufortune sample X-SVN-Rev: 30831 --- icu4c/source/samples/ufortune/fortunedefs.mk | 1 + 1 file changed, 1 insertion(+) 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 -- 2.40.0