From 564396e1699f9758a370887f16cf15831793d898 Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Wed, 17 Jul 2002 20:35:54 +0000 Subject: [PATCH] ICU-1992 Readd some needed defines for z/OS X-SVN-Rev: 9236 --- icu4c/source/common/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/icu4c/source/common/Makefile.in b/icu4c/source/common/Makefile.in index 2f0d2eed6d5..96b67b93873 100644 --- a/icu4c/source/common/Makefile.in +++ b/icu4c/source/common/Makefile.in @@ -47,6 +47,7 @@ DYNAMICCXXFLAGS = $(SHAREDLIBCXXFLAGS) # Data packaging options are set at configure time with --with-data-packaging. CPPFLAGS += -I. -I$(srcdir) $(LIBCPPFLAGS) @DATA_PACKAGING_CPPFLAGS@ +DEFS += -DU_LIBICUDATA_NAME=\"$(ICUDATA_NAME)\" # $(LIBICUDT) is either stub data or the real DLL common data. LIBS = $(LIBICUDT) $(DEFAULT_LIBS)