Fixed typo in test arguments.
[wine] / tools / winegcc /
2004-03-02  Dimitrie O. PaunAdd support for passing options to winebuild via -Wb.
2004-03-02  Alexandre JulliardRemoved obsolete --dll option from loader script.
2004-03-02  Dimitrie O. PaunInstrument winegcc to use the compilers and options...
2004-02-27  Dimitrie O. PaunRemove the no longer used winewrap utility.
2004-02-26  Dimitrie O. PaunFor static libs (.a) we need to pass the actual filenam...
2004-02-24  Dimitrie O. PaunMerge winewrap into winegcc. Many cleanups.
2004-02-21  Dimitrie O. PaunRewrite winegcc in preparation for merging with winewrap.
2004-02-20  Dimitrie O. PaunFix typo introduced during the path search reorganizaton.
2004-02-13  Dimitrie O. PaunFor each lib dir, look for .so, .def. and .a files...
2004-02-09  Alexandre Julliardlibwine_uuid has been renamed to libuuid.
2004-01-09  Dimitrie O. PaunRemove the wrapper generation from winewrap, it is...
2004-01-09  Dimitrie O. PaunDo not fail if we can't load some libs in the wrapper.
2004-01-09  Alexandre JulliardIf supported, add -init and -fini flags to the linker...
2003-12-03  Richard CohenSearch for libraries in the order - .so - .def - .a
2003-11-28  Richard Cohen- Add standard dll path last instead of first.
2003-11-20  Dimitrie O. PaunDon't ignore libs specified by the user while linking.
2003-10-30  Gerald PfeiferAdd proper casts to avoid signed vs. unsigned mismatches in
2003-10-15  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-10-10  Dimitrie O. PaunHave the wrapper load the used DLLs in case the main...
2003-09-19  Richard CohenHandle default linker output name in winewrap instead...
2003-09-16  Dimitrie O. PaunDo not require GUI support for displaying errors in...
2003-09-15  Dimitrie O. PaunTeach winegcc to masquerade as cpp.
2003-09-12  Richard CohenHandle -L<dir> in a separate array.
2003-09-11  Alexandre JulliardSet the dll search path to the location specified in...
2003-09-11  Richard CohenUse an extendable array to store the lists of strings.
2003-09-11  Alexandre JulliardMoved winegcc and winewrap to a separate directory.