summaryrefslogtreecommitdiff
path: root/makefiles/nmake/platform.mk
diff options
context:
space:
mode:
Diffstat (limited to 'makefiles/nmake/platform.mk')
-rwxr-xr-xmakefiles/nmake/platform.mk7
1 files changed, 7 insertions, 0 deletions
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