forked from amazingfate/loongoffice
Change-Id: I25e4b630c9029749cc459c0b65da287d6f0ba95e Reviewed-on: https://gerrit.libreoffice.org/6666 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com>
12 lines
417 B
Diff
12 lines
417 B
Diff
--- misc/icu/source/dataMakefile.in.sav 2012-04-05 22:49:20.000000000 +0200
|
|
+++ build/icu/source/data/Makefile.in 2012-12-04 14:24:40.548026700 +0100
|
|
@@ -350,6 +350,7 @@
|
|
ifeq ($(PKGDATA_MODE),dll)
|
|
SO_VERSION_DATA = $(OUTTMPDIR)/icudata.res
|
|
$(SO_VERSION_DATA) : $(MISCSRCDIR)/icudata.rc
|
|
+ mkdir -p $(OUTTMPDIR)
|
|
rc.exe /i$(srcdir)/../common /i$(top_builddir)/common /fo$@ $(CPPFLAGS) $(SOURCE_FILE)
|
|
endif
|
|
endif
|
|
|