summaryrefslogtreecommitdiff
path: root/makefiles
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-08-11 18:42:26 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-08-11 18:42:26 +0200
commit8264f32b2233c1f46446c51ea5a2983fd9f76497 (patch)
treed3f5751d94b54b2effdb2485b180e806f1fe0625 /makefiles
parent16795b49385577c92dc891dd4788728cc541bdc9 (diff)
downloadcrawler-8264f32b2233c1f46446c51ea5a2983fd9f76497.tar.gz
crawler-8264f32b2233c1f46446c51ea5a2983fd9f76497.tar.bz2
google url normalization works on Windows, test1 must be improved:
there are linking problems (/DSHARED in *.lib normalization libraries produce clashing registry structures)
Diffstat (limited to 'makefiles')
-rwxr-xr-xmakefiles/nmake/config.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/makefiles/nmake/config.mk b/makefiles/nmake/config.mk
index a3d0484..5593036 100755
--- a/makefiles/nmake/config.mk
+++ b/makefiles/nmake/config.mk
@@ -8,6 +8,11 @@
# please customize
+# ICU
+#####
+
+ICU_DIR = C:\cygwin\home\Andreas Baumann\icu
+
# OpenSSL (http://www.slproweb.com/products/Win32OpenSSL.html)
##############################################################