summaryrefslogtreecommitdiff
path: root/src/modules
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-09-10 10:33:38 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-09-10 10:33:38 +0200
commita3cc8b970a24e1970275f0e8032bf6b221d3e235 (patch)
tree8f69aa22ef6abf18457db3d923fbb1feaf2c5a48 /src/modules
parentdcc75cfbc4e5069038f0ec9929d1000f1630e382 (diff)
downloadcrawler-a3cc8b970a24e1970275f0e8032bf6b221d3e235.tar.gz
crawler-a3cc8b970a24e1970275f0e8032bf6b221d3e235.tar.bz2
libutil move and liblogger rename on Windows
Diffstat (limited to 'src/modules')
-rwxr-xr-xsrc/modules/deduper/null/Makefile.W322
-rwxr-xr-xsrc/modules/fetcher/winhttp/Makefile.W323
-rwxr-xr-xsrc/modules/frontier/memory/Makefile.W322
-rwxr-xr-xsrc/modules/processor/htmllinkextract/Makefile.W322
-rwxr-xr-xsrc/modules/urlfilter/host/Makefile.W322
-rwxr-xr-xsrc/modules/urlfilter/protocol/Makefile.W322
-rwxr-xr-xsrc/modules/urlnormalizer/simpleurl/Makefile.W322
-rwxr-xr-xsrc/modules/urlseen/memory/Makefile.W322
8 files changed, 9 insertions, 8 deletions
diff --git a/src/modules/deduper/null/Makefile.W32 b/src/modules/deduper/null/Makefile.W32
index e0d6c60..4217b3d 100755
--- a/src/modules/deduper/null/Makefile.W32
+++ b/src/modules/deduper/null/Makefile.W32
@@ -17,7 +17,7 @@ INCLUDE_DIRS = \
copy_prereq:
@-copy "$(ICU_DIR)\bin\icuuc49.dll" . >NUL
@-copy "$(ICU_DIR)\bin\icudt49.dll" . >NUL
- @-copy "$(TOPDIR)\src\logger\logger.dll" . >NUL
+ @-copy "$(TOPDIR)\src\liblogger\logger.dll" . >NUL
run: copy_prereq
@-crawl.exe
diff --git a/src/modules/fetcher/winhttp/Makefile.W32 b/src/modules/fetcher/winhttp/Makefile.W32
index 4cedb9c..b996b5d 100755
--- a/src/modules/fetcher/winhttp/Makefile.W32
+++ b/src/modules/fetcher/winhttp/Makefile.W32
@@ -19,7 +19,8 @@ INCLUDE_LDFLAGS = \
INCLUDE_LIBS = \
$(TOPDIR)\src\libcrawler\crawler.lib \
- $(TOPDIR)\src\logger\logger.lib \
+ $(TOPDIR)\src\liblogger\logger.lib \
+ $(TOPDIR)\src\libutil\util.lib \
WinHttp.lib
DYNAMIC_MODULE = \
diff --git a/src/modules/frontier/memory/Makefile.W32 b/src/modules/frontier/memory/Makefile.W32
index b12e4ca..30ecd0e 100755
--- a/src/modules/frontier/memory/Makefile.W32
+++ b/src/modules/frontier/memory/Makefile.W32
@@ -19,7 +19,7 @@ INCLUDE_LDFLAGS = \
INCLUDE_LIBS = \
$(TOPDIR)\src\libcrawler\crawler.lib \
- $(TOPDIR)\src\logger\logger.lib
+ $(TOPDIR)\src\liblogger\logger.lib
DYNAMIC_MODULE = \
mod_frontier_memory.dll
diff --git a/src/modules/processor/htmllinkextract/Makefile.W32 b/src/modules/processor/htmllinkextract/Makefile.W32
index 1a34965..9e04666 100755
--- a/src/modules/processor/htmllinkextract/Makefile.W32
+++ b/src/modules/processor/htmllinkextract/Makefile.W32
@@ -21,7 +21,7 @@ INCLUDE_LDFLAGS = \
INCLUDE_LIBS = \
$(TOPDIR)\streamhtmlparser\streamhtmlparser.lib \
$(TOPDIR)\src\libcrawler\crawler.lib \
- $(TOPDIR)\src\logger\logger.lib
+ $(TOPDIR)\src\liblogger\logger.lib
DYNAMIC_MODULE = \
mod_processor_htmllinkextract.dll
diff --git a/src/modules/urlfilter/host/Makefile.W32 b/src/modules/urlfilter/host/Makefile.W32
index 024dc67..211d7ac 100755
--- a/src/modules/urlfilter/host/Makefile.W32
+++ b/src/modules/urlfilter/host/Makefile.W32
@@ -19,7 +19,7 @@ INCLUDE_LDFLAGS = \
INCLUDE_LIBS = \
$(TOPDIR)\src\libcrawler\crawler.lib \
- $(TOPDIR)\src\logger\logger.lib
+ $(TOPDIR)\src\liblogger\logger.lib
DYNAMIC_MODULE = \
mod_urlfilter_host.dll
diff --git a/src/modules/urlfilter/protocol/Makefile.W32 b/src/modules/urlfilter/protocol/Makefile.W32
index e859829..2a723a3 100755
--- a/src/modules/urlfilter/protocol/Makefile.W32
+++ b/src/modules/urlfilter/protocol/Makefile.W32
@@ -19,7 +19,7 @@ INCLUDE_LDFLAGS = \
INCLUDE_LIBS = \
$(TOPDIR)\src\libcrawler\crawler.lib \
- $(TOPDIR)\src\logger\logger.lib
+ $(TOPDIR)\src\liblogger\logger.lib
DYNAMIC_MODULE = \
mod_urlfilter_protocol.dll
diff --git a/src/modules/urlnormalizer/simpleurl/Makefile.W32 b/src/modules/urlnormalizer/simpleurl/Makefile.W32
index 641b656..b0cb7c5 100755
--- a/src/modules/urlnormalizer/simpleurl/Makefile.W32
+++ b/src/modules/urlnormalizer/simpleurl/Makefile.W32
@@ -23,7 +23,7 @@ DYNAMIC_MODULE = \
mod_urlnormalizer_simple.dll
STATIC_LIB = \
- simpleurlnormalizerstatic.lib
+ simpleurlnormalizer.lib
CPP_OBJS = \
SimpleURLNormalizer.obj
diff --git a/src/modules/urlseen/memory/Makefile.W32 b/src/modules/urlseen/memory/Makefile.W32
index 717f69c..ada2a6c 100755
--- a/src/modules/urlseen/memory/Makefile.W32
+++ b/src/modules/urlseen/memory/Makefile.W32
@@ -19,7 +19,7 @@ INCLUDE_LDFLAGS = \
INCLUDE_LIBS = \
$(TOPDIR)\src\libcrawler\crawler.lib \
- $(TOPDIR)\src\logger\logger.lib
+ $(TOPDIR)\src\liblogger\logger.lib
DYNAMIC_MODULE = \
mod_urlseen_memory.dll