Added --ld-cmd and --nm-cmd options in winebuild, and make winegcc
[wine] / tools / winegcc / winegcc.c
2004-10-08  Alexandre JulliardAdded --ld-cmd and --nm-cmd options in winebuild, and...
2004-08-19  Emmanuel Maillard- Update build system to support IOKit and CoreFoundati...
2004-05-25  Jon GriffithsAlways use $(CC) for building the generated .spec.c...
2004-05-06  Dimitrie O. PaunRemove the last remaining wine options when running...
2004-04-16  Dimitrie O. PaunImplement support for the -x <lang> option.
2004-04-09  Dimitrie O. PaunSpecify the right name for the Winelib shared object.
2004-03-31  Alexandre JulliardFixed handling of .so and .a libraries specified as...
2004-03-25  Alexandre JulliardReplaced the --mode winebuild option by a --subsystem...
2004-03-23  Dimitrie O. PaunAdd a default .dll extension only when no extension...
2004-03-23  Dimitrie O. PaunFirst cut at -shared support.
2004-03-11  Dimitrie O. PaunBuild all file consistently, without shortcuts.
2004-03-09  Alexandre JulliardAllow multiple -B options.
2004-03-09  Dimitrie O. PaunAdd a wine specific mode. If is activated if the -B...
2004-03-09  Alexandre JulliardFixed a couple of crashes.
2004-03-09  Dimitrie O. PaunAdd -B prefix support. Small consistency cleanups.
2004-03-09  Dimitrie O. PaunSupport processors made up of different commands.
2004-03-04  Dimitrie O. PaunPreserve the relative order of files and libraries...
2004-03-03  Alexandre JulliardPut the .spec.o file first and the so libraries last...
2004-03-03  Dimitrie O. PaunDon't tie the script name to the .exe.so name.
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-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-09  Alexandre Julliardlibwine_uuid has been renamed to libuuid.
2003-09-19  Richard CohenHandle default linker output name in winewrap instead...
2003-09-15  Dimitrie O. PaunTeach winegcc to masquerade as cpp.
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.