summaryrefslogtreecommitdiff
path: root/src/modules
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 /src/modules
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 'src/modules')
-rwxr-xr-xsrc/modules/urlnormalizer/googleurl/Makefile.W323
1 files changed, 2 insertions, 1 deletions
diff --git a/src/modules/urlnormalizer/googleurl/Makefile.W32 b/src/modules/urlnormalizer/googleurl/Makefile.W32
index f739b32..de4d644 100755
--- a/src/modules/urlnormalizer/googleurl/Makefile.W32
+++ b/src/modules/urlnormalizer/googleurl/Makefile.W32
@@ -16,7 +16,8 @@ INCLUDE_LDFLAGS = \
INCLUDE_LIBS = \
$(TOPDIR)\googleurl\googleurl.lib \
- $(TOPDIR)\src\crawlingwolf.lib
+ $(TOPDIR)\src\crawlingwolf.lib \
+ "$(ICU_DIR)\lib\icuuc.lib"
DYNAMIC_MODULE = \
mod_urlnormalizer_googleurl.dll