]> granicus.if.org Git - icu/commitdiff
ICU-8588 Add missing include directory when using rc
authorMichael Ow <mow@svn.icu-project.org>
Sat, 25 Jun 2011 02:05:22 +0000 (02:05 +0000)
committerMichael Ow <mow@svn.icu-project.org>
Sat, 25 Jun 2011 02:05:22 +0000 (02:05 +0000)
X-SVN-Rev: 30234

icu4c/source/data/Makefile.in

index 676d19d62aecf697ca15966a453cd5f020d3569d..4b78081583d307ddece4095ae4e58130e56157b5 100644 (file)
@@ -339,7 +339,7 @@ ifeq ($(ENABLE_SO_VERSION_DATA),1)
 ifeq ($(PKGDATA_MODE),dll)
 SO_VERSION_DATA = $(OUTTMPDIR)/icudata.res
 $(SO_VERSION_DATA) : $(MISCSRCDIR)/icudata.rc
-       rc.exe /i$(srcdir)/../common /fo$@ $(CPPFLAGS) $(SOURCE_FILE)
+       rc.exe /i$(srcdir)/../common /i$(top_builddir)/common /fo$@ $(CPPFLAGS) $(SOURCE_FILE)
 endif
 endif