summaryrefslogtreecommitdiff
path: root/src/modules/urlnormalizer/googleurl/Makefile.W32
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/urlnormalizer/googleurl/Makefile.W32')
-rwxr-xr-xsrc/modules/urlnormalizer/googleurl/Makefile.W329
1 files changed, 8 insertions, 1 deletions
diff --git a/src/modules/urlnormalizer/googleurl/Makefile.W32 b/src/modules/urlnormalizer/googleurl/Makefile.W32
index a906404..fb0a76b 100755
--- a/src/modules/urlnormalizer/googleurl/Makefile.W32
+++ b/src/modules/urlnormalizer/googleurl/Makefile.W32
@@ -19,8 +19,15 @@ INCLUDE_LDFLAGS = \
INCLUDE_LIBS = \
$(TOPDIR)\googleurl\googleurl.lib \
- $(TOPDIR)\src\libcrawler\crawler.lib \
+ $(TOPDIR)\src\libcrawler\crawler.lib
+
+!IFDEF DEBUG
+INCLUDE_LIBS = $(INCLUDE_LIBS) \
+ "$(ICU_DIR)\lib\icuucd.lib"
+!ELSE
+INCLUDE_LIBS = $(INCLUDE_LIBS) \
"$(ICU_DIR)\lib\icuuc.lib"
+!ENDIF
DYNAMIC_MODULE = \
mod_urlnormalizer_googleurl.dll