summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-08-13 10:51:02 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-08-13 10:51:02 +0200
commitf4e9d771337a7e7c72b74af4d0b3346c7428e94c (patch)
tree006da49b4e44224f08c461abe876471bbffbce6b /BUGS
parent4f6c381315a7875be1d4c27c6fd2f82b53eeb9c0 (diff)
downloadcrawler-f4e9d771337a7e7c72b74af4d0b3346c7428e94c.tar.gz
crawler-f4e9d771337a7e7c72b74af4d0b3346c7428e94c.tar.bz2
solved static linking problem of module classes on Windows
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS10
1 files changed, 0 insertions, 10 deletions
diff --git a/BUGS b/BUGS
index 596dd88..e69de29 100644
--- a/BUGS
+++ b/BUGS
@@ -1,10 +0,0 @@
-Windows:
-- static module libraries contain the create/destroy functions and the
- registry structure (because there is just one rule for *.obj files
- 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