summaryrefslogtreecommitdiff
path: root/src/Makefile.W32
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-08-12 21:28:56 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-08-12 21:28:56 +0200
commit0f0c3ec26d09f9e905fe8efcc26aa255d037ba4c (patch)
treeebd76c378f47c5b428e0c0173a1de508e9179762 /src/Makefile.W32
parent799ac1861171cd58fc7036b447b931eac8722561 (diff)
downloadcrawler-0f0c3ec26d09f9e905fe8efcc26aa255d037ba4c.tar.gz
crawler-0f0c3ec26d09f9e905fe8efcc26aa255d037ba4c.tar.bz2
implemented the winhttp fetcher, not working yet
Diffstat (limited to 'src/Makefile.W32')
-rwxr-xr-xsrc/Makefile.W321
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.W32 b/src/Makefile.W32
index c44711d..3e1c8c8 100755
--- a/src/Makefile.W32
+++ b/src/Makefile.W32
@@ -16,6 +16,7 @@ INCLUDE_LIBS = \
LOCAL_STATIC_LIB_OBJS = \
win32\errormsg.obj \
+ win32\stringutils.obj \
URL.obj \
MIMEType.obj