summaryrefslogtreecommitdiff
path: root/googleurl
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 /googleurl
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 'googleurl')
-rwxr-xr-xgoogleurl/Makefile.W328
1 files changed, 5 insertions, 3 deletions
diff --git a/googleurl/Makefile.W32 b/googleurl/Makefile.W32
index b2af6be..81bf240 100755
--- a/googleurl/Makefile.W32
+++ b/googleurl/Makefile.W32
@@ -9,12 +9,14 @@ INCLUDE_CXXFLAGS = \
/DNDEBUG /DWIN32
INCLUDE_DIRS = \
- /I.
+ /I. \
+ /I"$(ICU_DIR)\include"
INCLUDE_LDFLAGS = \
-
+ /LIBPATH:"$(ICU_DIR)\lib"
+
INCLUDE_LIBS = \
-
+
CPP_OBJS = \
url_canon_etc.obj \
url_canon_filesystemurl.obj \