summaryrefslogtreecommitdiff
path: root/makefiles
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2014-10-08 14:29:34 +0200
committerAndreas Baumann <abaumann@yahoo.com>2014-10-08 14:29:34 +0200
commit7280e10e8bfa507953d8c823abd502db98c514fa (patch)
tree9c60dad32369be442e659dede923f67e2a9a546c /makefiles
parent4aec1091870aaeec9d64b4bd9d7d143ef4a2bbcc (diff)
downloadcrawler-7280e10e8bfa507953d8c823abd502db98c514fa.tar.gz
crawler-7280e10e8bfa507953d8c823abd502db98c514fa.tar.bz2
some fixes on Windows
Diffstat (limited to 'makefiles')
-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