summaryrefslogtreecommitdiff
path: root/BUGS
blob: 22d23da75c8c05351180b8901dcf9b939b198f3f (plain)
1
2
3
4
5
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).