1. c7201ce Add CEXTRA AND CXXEXTRA fields so we can pass -mno-cygwin to winegcc by Francois Gouget · 21 years ago
  2. 905658c Generate a simple Makefile that uses winegcc to compile. by Dimitrie O. Paun · 21 years ago
  3. 5420ec4 Try to use -fshort-wchar if possible. by Kirill Smelkov · 21 years ago
  4. 15487bc Link with msvcrt and use the msvcrt headers by default to improve the by Francois Gouget · 21 years ago
  5. b1ff875 Update the handling of uuid. by Francois Gouget · 21 years ago
  6. 599b0b7 Added mfc/Include and mfc/src as possible places for includes and the library. by Kirill Smelkov · 21 years ago
  7. 746c6fe Added test for -fms-extensions to generated configure.ac. by Kirill Smelkov · 21 years ago
  8. 794bf0f Add Darwin/Mac OS X support to the build system. by Pierre d'Herbemont · 21 years ago
  9. 72143c6 Fix the generation of wineapploader in sub directories. by Francois Gouget · 21 years ago
  10. 1dd5325 Add support for .dbg.c files. This makes it possible to use the Wine by Francois Gouget · 21 years ago
  11. fa75511 libntdll.dll.so no longer exists, check for libntdll.def instead. by Alexandre Julliard · 21 years ago
  12. 95c5a2b Fix -i option for winebuild linking. by Martin Wilck · 22 years ago
  13. 8df180a Fixed generation of makefiles and wrapper files when "--wrap" option is used. by Juraj Hercek · 22 years ago
  14. b29fa34 Do not pass unnecessary flags to wrc in generated makefiles. by Dimitrie O. Paun · 22 years ago
  15. 18e7e0d Include $prefix/include/wine/windows into the WINE include search path. by Marcus Meissner · 22 years ago
  16. d9ebfe6 Removed a couple of no longer used tests in the generated configure script. by Alexandre Julliard · 22 years ago
  17. caa74b6 Several improvements and corrections, foremost being correcting wrc by Jeff Smith · 22 years ago
  18. c327246 Updated winemaker to account for change in wine's linking method. by Jeff Smith · 22 years ago
  19. 8232cbd Add 'distclean' target to winemaker-generated projects. by Jeff Smith · 22 years ago
  20. 910851a Added winebuild -e option to specify the entry point and removed the by Alexandre Julliard · 22 years ago
  21. f389793 Minor typo fix. by Bill Medland · 23 years ago
  22. af9978e Updated the wrapper code to match the new naming executable and by Francois Gouget · 23 years ago
  23. 635eb3c Bring the naming of libraries and executable up to current standards. by Francois Gouget · 23 years ago
  24. 4ae4d66 Make all target names lower case. by Martin Wilck · 23 years ago
  25. 0f29843 Fix "install" and "uninstall" targets: .exe -> .exe.so; target dir is by Martin Wilck · 23 years ago
  26. 29d48a5 - Support "-imsvcrt" as an abbreviation of "-imsvcrt.dll". by Martin Wilck · 23 years ago
  27. 90d6528 - fix perl syntax error in my own patch by Martin Wilck · 23 years ago
  28. d19aa5b Store the global settings in Make.rules.in instead of duplicating them by Francois Gouget · 23 years ago
  29. 85c048f Fix the Wine detection when using the Wine source tree. by Francois Gouget · 23 years ago
  30. 96047ce Fix detection of 'ln -s'. by Francois Gouget · 23 years ago
  31. 3aa9e8c - Fix --nomfc option which is currrently broken. by Martin Wilck · 23 years ago
  32. a76d1a3 - Add "-ldl" for wrapper apps. by Martin Wilck · 23 years ago
  33. e3d26a3 Add prototypes to all functions. Make winemaker work in 'strict' mode. by Francois Gouget · 23 years ago
  34. a8b66d5 Updated to generate build scripts working with current Wine, use some by Andriy Palamarchuk · 23 years ago
  35. 9b9d85f winebuild searches libraries specified in -l parameter only in the by Andriy Palamarchuk · 23 years ago
  36. 2aad72c - Removed name, type, mode, rsrc, and import statements from .spec by Gregg Mattinson · 23 years ago
  37. 7cae558 Removed some more trailing whitespace. by Alexandre Julliard · 23 years ago
  38. 4b807a1 Fix winemaker-generated references to dlls that have changed their names. by Martin Wilck · 23 years ago
  39. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  40. 42dcd97 'test -e' is not supported on Solaris, replace with '-f' or '-d'. by Francois Gouget · 23 years ago
  41. 60cccba Fix handling of empty lists in install and uninstall targets. by Francois Gouget · 23 years ago
  42. 3b3025b Fix the Wine tools search path. by Francois Gouget · 23 years ago
  43. 4c282bf Fix the .spec.c rule. by Francois Gouget · 23 years ago
  44. d599c5a Wrappers must always be compiled in STRICT mode. by Francois Gouget · 23 years ago
  45. ce4e0a6 Add support for making a build environment without editing the source by Bill Medland · 24 years ago
  46. 89a0c02 Fix handling of the '--with-wine-xxx' options: only look in the by Francois Gouget · 24 years ago
  47. 849cea0 Put the per project paths before the wine paths. by Francois Gouget · 24 years ago
  48. 987ea46 Get winemaker to drop the trailing CtrlZ that is still to be found on by Bill Medland · 24 years ago
  49. 27e7f28 INSTALL_LIBRARY does not exist, use INSTALL_PROGRAM. Fix handling of by Francois Gouget · 24 years ago
  50. 27c3b59 configure.in: Remove unnecessary AC_PROG_RANLIB check by Francois Gouget · 24 years ago
  51. 35246cb Remove the anonymous function parameter from generate_list calls when by Francois Gouget · 24 years ago
  52. 3fafafa Files with special characters may not have been renamed. Try to match by Francois Gouget · 24 years ago
  53. 647bb8f Fix file lossage in subdirectories of an 'include' directory (closes #163). by Francois Gouget · 24 years ago
  54. c1159be Enhanced the pragma pack handling. by Francois Gouget · 24 years ago
  55. 3c6c20f Added handling of .hpp files (another extension for C++ headers). by Francois Gouget · 24 years ago
  56. d554996 Set LD_LIBRARY_PATH if necessary before calling wrc & winebuild. by Francois Gouget · 24 years ago
  57. 49fc317 Added missing extension for 'ole32.dll'. by Francois Gouget · 24 years ago
  58. 8d0e1e7 If a target has C++ sources, then use g++ to link it (fixes #162). by Francois Gouget · 24 years ago
  59. 3266b88 Add files found in an 'include' directory, to the 'misc sources' list. by Francois Gouget · 24 years ago
  60. afa36ce Reenable the wrapper support. by Francois Gouget · 24 years ago
  61. a62703e Make sure all files are terminated with a '\n'. by François Gouget · 24 years ago
  62. 38b3ac5 Create the main_target in single-target mode. by François Gouget · 24 years ago
  63. c1f016b Require that the user specify a work directory. This provides a by François Gouget · 24 years ago
  64. ba5bb0b (configure) Look for the headers in $WINE_ROOT/include/wine and by François Gouget · 24 years ago
  65. c4d1176 Renamed libuuid.a to libwine_uuid.a by Alexandre Julliard · 24 years ago
  66. 73995e2 Always link with uuid. by Francois Gouget · 24 years ago
  67. a11664c Added a prototype for closesocket. by Francois Gouget · 24 years ago
  68. 4ec1059 If there is a single target, it should also get the 'project_settings by Francois Gouget · 24 years ago
  69. 3af251e - In interactive mode, don't ignore invalid options, ask the user again by Francois Gouget · 24 years ago
  70. fb5b590 - Fix the handling of relative include/library paths by Francois Gouget · 24 years ago
  71. 82747b7 When autodetected the MFC were still generating wrappers. by Francois Gouget · 24 years ago
  72. be85959 Distinguish between IMPORTS and LIBRARIES. by Francois Gouget · 24 years ago
  73. 7f1ab7a Fixed the detection of the link flags for NetBSD/Cygwin (configure.in) by Francois Gouget · 24 years ago
  74. a106edb Convert include statements of not-found files to lower case by by Francois Gouget · 24 years ago
  75. b430295 Fix the include path handling in get_real_include_name by Francois Gouget · 24 years ago
  76. 755bb92 New script for porting Windows source code to WineLib. by Francois Gouget · 24 years ago