summaryrefslogtreecommitdiff
path: root/BUGS
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 /BUGS
parent799ac1861171cd58fc7036b447b931eac8722561 (diff)
downloadcrawler-0f0c3ec26d09f9e905fe8efcc26aa255d037ba4c.tar.gz
crawler-0f0c3ec26d09f9e905fe8efcc26aa255d037ba4c.tar.bz2
implemented the winhttp fetcher, not working yet
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS4
1 files changed, 4 insertions, 0 deletions
diff --git a/BUGS b/BUGS
index 22d23da..596dd88 100644
--- a/BUGS
+++ b/BUGS
@@ -4,3 +4,7 @@ Windows:
which needs /DSHARED to be present for the static and the DLL version
of the module). This has to be fixed deep in the NMAKE build system.
Also this requires the derivation of names like $(OBJS:.c:.obj).
+ Maybe also the idea with one header one c file per module and the
+ /SHARED switch there is not a good idea. Push this to the makefile
+ when building *.dll or *.so to pull in a small additional file
+ XXXModule.cpp