summaryrefslogtreecommitdiff
path: root/BUGS
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-08-11 21:50:54 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-08-11 21:50:54 +0200
commitb2f35389b68fb1e58ea13dc273fdebaf534a325c (patch)
tree90a2f2557898b10bb131d2d4755fc7e33e96c340 /BUGS
parent6da9ed10808489c39df5d9fa8e6d629b68ba8b07 (diff)
downloadcrawler-b2f35389b68fb1e58ea13dc273fdebaf534a325c.tar.gz
crawler-b2f35389b68fb1e58ea13dc273fdebaf534a325c.tar.bz2
added a bug file
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS6
1 files changed, 6 insertions, 0 deletions
diff --git a/BUGS b/BUGS
new file mode 100644
index 0000000..22d23da
--- /dev/null
+++ b/BUGS
@@ -0,0 +1,6 @@
+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).