Do not clear FD_WINE_CONNECTED on shutdown(). FD_WINE_CONNECTED
[wine] / tools / winewrap.c
2003-01-05  Dimitrie O. PaunPass -l's that are not .dll's or .a's to the linker.
2003-01-03  Dimitrie O. PaunProperly link agains .a files using the -l switch.
2003-01-03  Dimitrie O. PaunSimplify the code for the generated wrapper.
2003-01-03  Dimitrie O. PaunSupport outputing files to a different directory than...
2003-01-02  Dimitrie O. PaunSupport C++ linking with a new -C switch.
2003-01-02  Dimitrie O. PaunAdd support for wrapper generation to winewrap.
2002-12-23  Dimitrie O. PaunAdd support for library path (-L).
2002-12-17  Dimitrie O. PaunBetter handling of errors while fork/execing.
2002-12-15  Dimitrie O. PaunSmall cleanups to match current build process.
2002-12-13  Dimitrie O. PaunNew wine build utility that should make it easy for...