From b2f35389b68fb1e58ea13dc273fdebaf534a325c Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 11 Aug 2012 21:50:54 +0200 Subject: added a bug file --- BUGS | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 BUGS (limited to 'BUGS') 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). -- cgit v1.2.3-54-g00ecf