Jason Tishler writes:
> See attached for the updated patch.
It seems we're now down to
DLLLIBS= -lcygipc -lcrypt
but I think it can be removed completely.
We have three uses of this variable:
1) Makefile.win, for building extension modules. No module in existance
needs -lcygipc, and if one needs -lcrypt it can put it into SHLIB_LINK.
2) Makefile.shlib, see 1)
3) -lcrypt already comes in via LIBS (like all the other libraries),
-lcygipc can do the same, or be hard-coded in place.
The idea behind naming a variable DLLLIBS seems to have been "libraries
necessary to create a DLL". But ISTM that there are no such libraries,
strictly speaking.
--
Peter Eisentraut peter_e@gmx.net http://yi.org/peter-e/