summaryrefslogtreecommitdiff
path: root/tests/fetcher
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-09-07 10:51:50 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-09-07 10:51:50 +0200
commit056883923550ab5455d0a4d106b3af5002689b2f (patch)
tree358e628b7f9c4b31962e36b5b510ca900e33d801 /tests/fetcher
parentf6939dfbdd979dfbb749c64703d0cdc53dae106d (diff)
downloadcrawler-056883923550ab5455d0a4d106b3af5002689b2f.tar.gz
crawler-056883923550ab5455d0a4d106b3af5002689b2f.tar.bz2
fixed more windows tests
Diffstat (limited to 'tests/fetcher')
-rwxr-xr-xtests/fetcher/Makefile.W329
1 files changed, 6 insertions, 3 deletions
diff --git a/tests/fetcher/Makefile.W32 b/tests/fetcher/Makefile.W32
index 0d308ee..d02324b 100755
--- a/tests/fetcher/Makefile.W32
+++ b/tests/fetcher/Makefile.W32
@@ -5,19 +5,22 @@ SUBDIRS =
!INCLUDE $(TOPDIR)\makefiles\nmake\platform.mk
INCLUDE_CXXFLAGS = \
- /D_WIN32_WINNT=0x504 \
-# /DUSE_MODULELOADER
+ /D_WIN32_WINNT=0x504 /DSHARED \
+ /DUSE_MODULELOADER
INCLUDE_DIRS = \
/I. \
/I$(TOPDIR)\src \
+ /I$(TOPDIR)\include\module \
+ /I$(TOPDIR)\include\util \
+ /I$(TOPDIR)\include\crawler \
/I$(TOPDIR)\src\modules\fetcher\winhttp \
/I$(TOPDIR)\src\modules\urlnormalizer\simpleurl
INCLUDE_LDFLAGS = \
INCLUDE_LIBS = \
- $(TOPDIR)\src\crawler.lib \
+ $(TOPDIR)\src\libcrawler\crawler.lib \
$(TOPDIR)\src\modules\fetcher\winhttp\winhttpfetcher.lib \
WinHttp.lib \
$(TOPDIR)\src\modules\urlnormalizer\simpleurl\simpleurlnormalizer.lib