1. 3ce4350 winegcc: __stdcall__ and __cdecl__ defined safely for Mac OSX. by Nick Burns · 18 years ago
  2. 32ab895 makefiles: Generate the dependencies line to avoid some code duplication. by Alexandre Julliard · 19 years ago
  3. 2886e9b makefiles: Use make dependencies to create installation directories. by Alexandre Julliard · 19 years ago
  4. 5557c71 winegcc: Make sure the Wine library paths take precedence in Wine mode. by Alexandre Julliard · 19 years ago
  5. 523e46d winegcc: Automatically add the correct lib paths when building inside the Wine tree. by Alexandre Julliard · 19 years ago
  6. cc2b3b4 Take advantage of the recursive nature of .gitignore for Makefile entries. by Alexandre Julliard · 19 years ago
  7. 58c6419 configure: Define _WIN64 when building on a 64-bit platform. by Alexandre Julliard · 19 years ago
  8. 360a3f9 Update the address of the Free Software Foundation. by Jonathan Ernst · 19 years ago
  9. d237bda tools: Add LDFLAGS to all the linker invocations. by Alexandre Julliard · 19 years ago
  10. 1cb7510 winegcc: Don't use the library full name for .so libs. by Alexandre Julliard · 19 years ago
  11. 870d490 winegcc: Look for libraries in subdirs of the library path too. by Alexandre Julliard · 19 years ago
  12. 5392844 Add support for 'make install DESTDIR'. by Mike Frysinger · 19 years ago
  13. ff6b466 winegcc: Pass -m32/-m64 along to the linker. by Mike Frysinger · 19 years ago
  14. ec34a66 Ignore symlink files too (needed for git). by Alexandre Julliard · 19 years ago
  15. 0ec7e1a Renamed all .cvsignore files to .gitignore. by Alexandre Julliard · 19 years ago
  16. 12a7499 Put Wine version information in all the man pages. by Alexandre Julliard · 19 years ago
  17. 102617f Let winebuild take care of calling the assembler. by Alexandre Julliard · 20 years ago
  18. a999a99 Create an assembly file with all undefined symbols and add it to the by Alexandre Julliard · 20 years ago
  19. 9f49889 Now that everything is done in assembly in the spec file, directly by Alexandre Julliard · 20 years ago
  20. 3a50349 Properly handle the case where vsnprintf returns -1. by Alexandre Julliard · 20 years ago
  21. 9bca150 Implemented --image-base support for Mac OS. by Alexandre Julliard · 20 years ago
  22. 0628c7e Moved more of the spec initialization code to the winecrt0 library, by Alexandre Julliard · 20 years ago
  23. 3ccbb01 Added a -municode flag to winegcc for applications that have a wmain() by Alexandre Julliard · 20 years ago
  24. 71ae2d7 Beginnings of a crt0 library. by Alexandre Julliard · 20 years ago
  25. 866f52b Ignore prelink failures. by Alexandre Julliard · 20 years ago
  26. adbb098 Added support for the --image-base linker option in winegcc using the by Alexandre Julliard · 20 years ago
  27. ac6f562 Fix more -Wstrict-prototypes warnings. by Stefan Huehner · 20 years ago
  28. 61d01e6 For each imported dll, check if there is a static library with the by Alexandre Julliard · 20 years ago
  29. f5c9da6 Assorted spelling fixes. by Francois Gouget · 20 years ago
  30. b12ad3a output_name already contains .exe extension, don't add it again for -F option. by Alexandre Julliard · 20 years ago
  31. b30d92d Fixed other instances of the xrealloc(0) bug. by Alexandre Julliard · 20 years ago
  32. cfb6c8e Use -isystem for system includes as they should be processed after the by Dimitrie O. Paun · 20 years ago
  33. c02dd0a Add support for .exe's with exported functions. by Dimitrie O. Paun · 20 years ago
  34. 1ec033c Create symlinks named wineg++ and winecpp while building winegcc. by Vincent Béron · 20 years ago
  35. 4e0c3aa Added a new man page for winegcc. by Dimitrie O. Paun · 20 years ago
  36. 10a6c56 Check for features missing in mingw environment, allowing tools by Paul Millar · 20 years ago
  37. 763aff6 Another couple of missing static definitions. by Eric Pouech · 20 years ago
  38. 7bfda49 Clean up temp files also when killed by a signal. by Alexandre Julliard · 20 years ago
  39. 0bc8502 Pass DLLFLAGS to winebuild too. by Alexandre Julliard · 20 years ago
  40. b4c7e6c Added --ld-cmd and --nm-cmd options in winebuild, and make winegcc by Alexandre Julliard · 20 years ago
  41. 2300ce6 - Update build system to support IOKit and CoreFoundation frameworks by Emmanuel Maillard · 21 years ago
  42. a270615 Always use $(CC) for building the generated .spec.c file. by Jon Griffiths · 21 years ago
  43. f950d97 Remove the last remaining wine options when running programs. by Dimitrie O. Paun · 21 years ago
  44. 46b1d49 Implement support for the -x <lang> option. by Dimitrie O. Paun · 21 years ago
  45. 8bed3a7 Correct removing wineg++ link on an uninstall. by Paul Vriens · 21 years ago
  46. 1595729 Specify the right name for the Winelib shared object. by Dimitrie O. Paun · 21 years ago
  47. da59e93 Fixed handling of .so and .a libraries specified as input files. by Alexandre Julliard · 21 years ago
  48. 4cf091a Replaced the --mode winebuild option by a --subsystem option for by Alexandre Julliard · 21 years ago
  49. 39c961a Take EXEEXT into account for PE builds. by Alexandre Julliard · 21 years ago
  50. c4aacf0 Build the dlls with winegcc. by Alexandre Julliard · 21 years ago
  51. 9169b41 Add a default .dll extension only when no extension is present. by Dimitrie O. Paun · 21 years ago
  52. b613ee7 First cut at -shared support. by Dimitrie O. Paun · 21 years ago
  53. ec132fe Support Darwin ".dylib". by Pierre d'Herbemont · 21 years ago
  54. c6e5ddf Build all file consistently, without shortcuts. by Dimitrie O. Paun · 21 years ago
  55. 9578430 chmod is more portable than fchmod. by Alexandre Julliard · 21 years ago
  56. 2d52cfa Allow multiple -B options. by Alexandre Julliard · 21 years ago
  57. ac1bd4d Add a wine specific mode. If is activated if the -B prefix ends with by Dimitrie O. Paun · 21 years ago
  58. acead48 Fixed a couple of crashes. by Alexandre Julliard · 21 years ago
  59. fb1ae96 Add -B prefix support. Small consistency cleanups. by Dimitrie O. Paun · 21 years ago
  60. b8fc528 Support processors made up of different commands. by Dimitrie O. Paun · 21 years ago
  61. 4ea598e Preserve the relative order of files and libraries. We do so by by Dimitrie O. Paun · 21 years ago
  62. 3034c28 Put the .spec.o file first and the so libraries last on the link command line. by Alexandre Julliard · 21 years ago
  63. a631ef6 Renamed the symbol for the cpp binary to avoid conflicts with by Alexandre Julliard · 21 years ago
  64. 2ab690b Don't tie the script name to the .exe.so name. by Dimitrie O. Paun · 21 years ago
  65. 5f0796d Add support for passing options to winebuild via -Wb. by Dimitrie O. Paun · 21 years ago
  66. 4f452b6 Removed obsolete --dll option from loader script. by Alexandre Julliard · 21 years ago
  67. f41c2b2 Instrument winegcc to use the compilers and options detected at by Dimitrie O. Paun · 21 years ago
  68. 05ba4b4 Remove the no longer used winewrap utility. by Dimitrie O. Paun · 21 years ago
  69. 006ec80 For static libs (.a) we need to pass the actual filename to winebuild, by Dimitrie O. Paun · 21 years ago
  70. e11108c Merge winewrap into winegcc. Many cleanups. by Dimitrie O. Paun · 21 years ago
  71. 69880eb Rewrite winegcc in preparation for merging with winewrap. by Dimitrie O. Paun · 21 years ago
  72. a9d4b07 Fix typo introduced during the path search reorganizaton. by Dimitrie O. Paun · 21 years ago
  73. 242885c For each lib dir, look for .so, .def. and .a files, instead of the by Dimitrie O. Paun · 21 years ago
  74. 6a1a6c7 libwine_uuid has been renamed to libuuid. by Alexandre Julliard · 21 years ago
  75. 2bc1816 Remove the wrapper generation from winewrap, it is no longer necessary by Dimitrie O. Paun · 21 years ago
  76. a16d725 Do not fail if we can't load some libs in the wrapper. by Dimitrie O. Paun · 21 years ago
  77. 90e075c If supported, add -init and -fini flags to the linker invocation. by Alexandre Julliard · 21 years ago
  78. 6987294 Search for libraries in the order - .so - .def - .a by Richard Cohen · 21 years ago
  79. b29f02a - Add standard dll path last instead of first. by Richard Cohen · 21 years ago
  80. d1b344b Don't ignore libs specified by the user while linking. by Dimitrie O. Paun · 21 years ago
  81. c5dc9d2 Add proper casts to avoid signed vs. unsigned mismatches in strmake(). by Gerald Pfeifer · 21 years ago
  82. f95be92 Fixed warnings with gcc option "-Wwrite-strings". by Daniel Marmier · 21 years ago
  83. 64df545 Have the wrapper load the used DLLs in case the main program by Dimitrie O. Paun · 21 years ago
  84. 6bfd84a Handle default linker output name in winewrap instead of winegcc. by Richard Cohen · 22 years ago
  85. dd0a6c8 Do not require GUI support for displaying errors in wrapper. by Dimitrie O. Paun · 22 years ago
  86. 120abae Teach winegcc to masquerade as cpp. by Dimitrie O. Paun · 22 years ago
  87. fc7e8f5 Handle -L<dir> in a separate array. by Richard Cohen · 22 years ago
  88. 2be0fa4 Set the dll search path to the location specified in configure by Alexandre Julliard · 22 years ago
  89. 2e6eed6 Use an extendable array to store the lists of strings. by Richard Cohen · 22 years ago
  90. 280661c Moved winegcc and winewrap to a separate directory. by Alexandre Julliard · 22 years ago