]> granicus.if.org Git - icu/commitdiff
ICU-8858 Revert previous change to ufortune sample
authorMichael Ow <mow@svn.icu-project.org>
Sun, 16 Oct 2011 04:58:01 +0000 (04:58 +0000)
committerMichael Ow <mow@svn.icu-project.org>
Sun, 16 Oct 2011 04:58:01 +0000 (04:58 +0000)
X-SVN-Rev: 30831

icu4c/source/samples/ufortune/fortunedefs.mk

index 490f1b8cb54768e876827f33fc8425b3e14220c4..b0ce2b25b7e1636fdb5dfe294fa86c9d2ca5d3d2 100644 (file)
@@ -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