1. a270615 Always use $(CC) for building the generated .spec.c file. by Jon Griffiths · 21 years ago
  2. f950d97 Remove the last remaining wine options when running programs. by Dimitrie O. Paun · 21 years ago
  3. 46b1d49 Implement support for the -x <lang> option. by Dimitrie O. Paun · 21 years ago
  4. 8bed3a7 Correct removing wineg++ link on an uninstall. by Paul Vriens · 21 years ago
  5. 1595729 Specify the right name for the Winelib shared object. by Dimitrie O. Paun · 21 years ago
  6. da59e93 Fixed handling of .so and .a libraries specified as input files. by Alexandre Julliard · 21 years ago
  7. 4cf091a Replaced the --mode winebuild option by a --subsystem option for by Alexandre Julliard · 21 years ago
  8. 39c961a Take EXEEXT into account for PE builds. by Alexandre Julliard · 21 years ago
  9. c4aacf0 Build the dlls with winegcc. by Alexandre Julliard · 21 years ago
  10. 9169b41 Add a default .dll extension only when no extension is present. by Dimitrie O. Paun · 21 years ago
  11. b613ee7 First cut at -shared support. by Dimitrie O. Paun · 21 years ago
  12. ec132fe Support Darwin ".dylib". by Pierre d'Herbemont · 21 years ago
  13. c6e5ddf Build all file consistently, without shortcuts. by Dimitrie O. Paun · 21 years ago
  14. 9578430 chmod is more portable than fchmod. by Alexandre Julliard · 21 years ago
  15. 2d52cfa Allow multiple -B options. by Alexandre Julliard · 21 years ago
  16. ac1bd4d Add a wine specific mode. If is activated if the -B prefix ends with by Dimitrie O. Paun · 21 years ago
  17. acead48 Fixed a couple of crashes. by Alexandre Julliard · 21 years ago
  18. fb1ae96 Add -B prefix support. Small consistency cleanups. by Dimitrie O. Paun · 21 years ago
  19. b8fc528 Support processors made up of different commands. by Dimitrie O. Paun · 21 years ago
  20. 4ea598e Preserve the relative order of files and libraries. We do so by by Dimitrie O. Paun · 21 years ago
  21. 3034c28 Put the .spec.o file first and the so libraries last on the link command line. by Alexandre Julliard · 21 years ago
  22. a631ef6 Renamed the symbol for the cpp binary to avoid conflicts with by Alexandre Julliard · 21 years ago
  23. 2ab690b Don't tie the script name to the .exe.so name. by Dimitrie O. Paun · 21 years ago
  24. 5f0796d Add support for passing options to winebuild via -Wb. by Dimitrie O. Paun · 21 years ago
  25. 4f452b6 Removed obsolete --dll option from loader script. by Alexandre Julliard · 21 years ago
  26. f41c2b2 Instrument winegcc to use the compilers and options detected at by Dimitrie O. Paun · 21 years ago
  27. 05ba4b4 Remove the no longer used winewrap utility. by Dimitrie O. Paun · 21 years ago
  28. 006ec80 For static libs (.a) we need to pass the actual filename to winebuild, by Dimitrie O. Paun · 21 years ago
  29. e11108c Merge winewrap into winegcc. Many cleanups. by Dimitrie O. Paun · 21 years ago
  30. 69880eb Rewrite winegcc in preparation for merging with winewrap. by Dimitrie O. Paun · 21 years ago
  31. a9d4b07 Fix typo introduced during the path search reorganizaton. by Dimitrie O. Paun · 21 years ago
  32. 242885c For each lib dir, look for .so, .def. and .a files, instead of the by Dimitrie O. Paun · 21 years ago
  33. 6a1a6c7 libwine_uuid has been renamed to libuuid. by Alexandre Julliard · 21 years ago
  34. 2bc1816 Remove the wrapper generation from winewrap, it is no longer necessary by Dimitrie O. Paun · 21 years ago
  35. a16d725 Do not fail if we can't load some libs in the wrapper. by Dimitrie O. Paun · 21 years ago
  36. 90e075c If supported, add -init and -fini flags to the linker invocation. by Alexandre Julliard · 21 years ago
  37. 6987294 Search for libraries in the order - .so - .def - .a by Richard Cohen · 21 years ago
  38. b29f02a - Add standard dll path last instead of first. by Richard Cohen · 21 years ago
  39. d1b344b Don't ignore libs specified by the user while linking. by Dimitrie O. Paun · 21 years ago
  40. c5dc9d2 Add proper casts to avoid signed vs. unsigned mismatches in strmake(). by Gerald Pfeifer · 21 years ago
  41. f95be92 Fixed warnings with gcc option "-Wwrite-strings". by Daniel Marmier · 21 years ago
  42. 64df545 Have the wrapper load the used DLLs in case the main program by Dimitrie O. Paun · 21 years ago
  43. 6bfd84a Handle default linker output name in winewrap instead of winegcc. by Richard Cohen · 22 years ago
  44. dd0a6c8 Do not require GUI support for displaying errors in wrapper. by Dimitrie O. Paun · 22 years ago
  45. 120abae Teach winegcc to masquerade as cpp. by Dimitrie O. Paun · 22 years ago
  46. fc7e8f5 Handle -L<dir> in a separate array. by Richard Cohen · 22 years ago
  47. 2be0fa4 Set the dll search path to the location specified in configure by Alexandre Julliard · 22 years ago
  48. 2e6eed6 Use an extendable array to store the lists of strings. by Richard Cohen · 22 years ago
  49. 280661c Moved winegcc and winewrap to a separate directory. by Alexandre Julliard · 22 years ago