summaryrefslogtreecommitdiff
path: root/tests/fetcher
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-08-17 18:06:53 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-08-17 18:06:53 +0200
commitb9afc21c2da33b492d4ae846c39a6fe9e3d415c9 (patch)
tree5fc2415b3f12648fa5554d2def489c2450b91faf /tests/fetcher
parentc0b159e9f992c70921eb5ca4c0f0f6d448cb9a65 (diff)
downloadcrawler-b9afc21c2da33b492d4ae846c39a6fe9e3d415c9.tar.gz
crawler-b9afc21c2da33b492d4ae846c39a6fe9e3d415c9.tar.bz2
adapted winhttp fetcher to new spooling, but crashes
Diffstat (limited to 'tests/fetcher')
-rwxr-xr-xtests/fetcher/Makefile.W323
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/fetcher/Makefile.W32 b/tests/fetcher/Makefile.W32
index 9a94a75..0d308ee 100755
--- a/tests/fetcher/Makefile.W32
+++ b/tests/fetcher/Makefile.W32
@@ -6,7 +6,7 @@ SUBDIRS =
INCLUDE_CXXFLAGS = \
/D_WIN32_WINNT=0x504 \
- /DUSE_MODULELOADER
+# /DUSE_MODULELOADER
INCLUDE_DIRS = \
/I. \
@@ -19,6 +19,7 @@ INCLUDE_LDFLAGS = \
INCLUDE_LIBS = \
$(TOPDIR)\src\crawler.lib \
$(TOPDIR)\src\modules\fetcher\winhttp\winhttpfetcher.lib \
+ WinHttp.lib \
$(TOPDIR)\src\modules\urlnormalizer\simpleurl\simpleurlnormalizer.lib
TEST_CPP_BINS = \