Added abs_time_t structure to the server protocol, and added a dump
[wine] / tools / winewrap.c
2003-04-02  Dimitrie O. PaunMake use of the new spawnvp function in wine{gcc,wrap}.
2003-04-01  Alexandre JulliardUse _spawnvp to replace fork for non-Unix platforms.
2003-02-25  Dimitrie O. PaunNo need to support -mwindows as a synonim for -mgui...
2003-02-18  Steven EdwardsPorting fixes.
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...