From 7280e10e8bfa507953d8c823abd502db98c514fa Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Wed, 8 Oct 2014 14:29:34 +0200 Subject: some fixes on Windows --- makefiles/nmake/platform.mk | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'makefiles') diff --git a/makefiles/nmake/platform.mk b/makefiles/nmake/platform.mk index 3a04b36..ea15202 100755 --- a/makefiles/nmake/platform.mk +++ b/makefiles/nmake/platform.mk @@ -25,3 +25,10 @@ SETUPBLD = "$(WIX_DIR)\bin\setupbld.exe" ################ XSLTPROC = $(LIBXSLT_DIR)\bin\xsltproc.exe + +# ICU +##### + +!IFDEF WITH_ICU +ICU_DIR=C:\develop\icu4c-52_1-src\icu +!ENDIF -- cgit v1.2.3-54-g00ecf