1. 8ad6049 fonts: Store the generated TrueType fonts in the repository, and rebuild them only in maintainer mode. by Alexandre Julliard · 17 years ago
  2. dc4a475 configure: Add rules for rebuilding icons in maintainer mode. by Alexandre Julliard · 17 years ago
  3. 1137f4b makefiles: Consider all .res files as object files. by Alexandre Julliard · 17 years ago
  4. 0c694d7 makefiles: Split AR into AR and ARFLAGS. by Rob Shearman · 17 years ago
  5. 1716f03 Make.rules: Process man pages in the C locale. by Alexandre Julliard · 17 years ago
  6. b0585bf Make.rules: Added rules for building the dlldata.c file. by Alexandre Julliard · 17 years ago
  7. b64ceef tools: Remove the no longer needed bin2res tool. by Alexandre Julliard · 18 years ago
  8. 1f11333 makefiles: Build programs that link against libwine twice with appropriate rpaths. by Alexandre Julliard · 18 years ago
  9. 4091627 configure: Get rid of lex compatibility support, we require flex anyway. by Alexandre Julliard · 18 years ago
  10. 1df72cc Make.rules: Automatically generate the header for all types of idl sources. by Alexandre Julliard · 18 years ago
  11. 267987b Make.rules: Pass all idl source files to makedep. by Alexandre Julliard · 18 years ago
  12. ce25156 Make.rules: Be more specific in make clean, only clean targets that we have created. by Alexandre Julliard · 18 years ago
  13. 12c1962 Make.rules: Added support for building IDL client/proxy/server/iid files. by Alexandre Julliard · 18 years ago
  14. 8598a4c makefiles: Attempt to automatically run make depend when reading an updated makefile. by Alexandre Julliard · 19 years ago
  15. bcdc5fb Make.rules: Set the default prefix for bison files from the file basename. by Alexandre Julliard · 19 years ago
  16. 145a0ba makefiles: List bison dependencies explicitly for parallel makes, since older bisons don't support --defines. by Alexandre Julliard · 19 years ago
  17. e4fca88 makedep: For generated headers, parse the source idl instead. by Alexandre Julliard · 19 years ago
  18. dc8c76a makefiles: Make sure that all phony targets depend on 'dummy'. by Alexandre Julliard · 19 years ago
  19. 9c085cb makefiles: Add global rules for bison and lex files. by Alexandre Julliard · 19 years ago
  20. 5cf75e6 makefiles: Only run test and documentation targets in directories that need them. by Alexandre Julliard · 19 years ago
  21. 80a9a06 makefiles: Get rid of the checklink rules, they no longer work. by Alexandre Julliard · 19 years ago
  22. 13a93b4 configure: Set rpath on all executables that link to libwine. by Alexandre Julliard · 19 years ago
  23. 4e67a45 Make.rules: Added rules for client/proxy/server generation from IDL files. by Alexandre Julliard · 19 years ago
  24. 2886e9b makefiles: Use make dependencies to create installation directories. by Alexandre Julliard · 19 years ago
  25. 5012c17 Make.rules: Make all submake invocations silent for consistency. by Alexandre Julliard · 19 years ago
  26. ded32d5 makedep: Always search for includes in the standard directories, even without -I option. by Alexandre Julliard · 19 years ago
  27. dea28ee makedep: Don't add dependencies for system headers. by Alexandre Julliard · 19 years ago
  28. 853d193 Make.rules: Replace RC_TLB by IDL_TLB_SRCS as tlb files can be used for other things than resources. by Alexandre Julliard · 19 years ago
  29. 523e46d winegcc: Automatically add the correct lib paths when building inside the Wine tree. by Alexandre Julliard · 19 years ago
  30. 645cd6f libs: Get rid of the symlinks for the static libs. by Alexandre Julliard · 19 years ago
  31. eb8a40c libs: Merged libwine_unicode into libwine. by Alexandre Julliard · 19 years ago
  32. 7498411 Make.rules: Define datarootdir to avoid a configure warning. by Alexandre Julliard · 19 years ago
  33. 35842ca tools: Added 'relpath' tool to compute relative Unix paths. by Alexandre Julliard · 19 years ago
  34. 664e410 Added global rules for man pages. by Alexandre Julliard · 19 years ago
  35. 7ddab75 Declare debug channels as static variables so that we don't need to by Alexandre Julliard · 20 years ago
  36. cd91bc6 Now that we are requiring bison anyway, make the .tab.c file use the by Alexandre Julliard · 20 years ago
  37. 5cb97d8 Generate 16-bit spec files as assembly code too. by Alexandre Julliard · 20 years ago
  38. b744372 Turn off gcc 4.0's builtin wchar inlines. by Mike McCormack · 20 years ago
  39. adbb098 Added support for the --image-base linker option in winegcc using the by Alexandre Julliard · 20 years ago
  40. 8b00c3d ttf files for bitmap fonts should be generated with an extension of by Robert Shearman · 20 years ago
  41. d62356a Added rules to build import libraries in the individual dll makefiles. by Alexandre Julliard · 20 years ago
  42. a764450 Move all files from winapi_check/ to winapi/, and remove references to by Hans Leidekker · 20 years ago
  43. bcb7591 Converted the make_ctests script to C (based on a patch by Royce Mitchell III). by Alexandre Julliard · 20 years ago
  44. c02dd0a Add support for .exe's with exported functions. by Dimitrie O. Paun · 20 years ago
  45. 860c84b Make tlb generation from idl files dependent on widl. by Vincent Béron · 20 years ago
  46. 382dba6 Don't clean all tlb files, only the ones we generated. by Alexandre Julliard · 20 years ago
  47. 4046846 Added stdole32.tlb. by Huw Davies · 20 years ago
  48. 3a3307d Force all the tools to be rebuilt before make depend, otherwise make by Alexandre Julliard · 20 years ago
  49. d062924 Removed no longer needed ICOM compatibility mode in widl. by Alexandre Julliard · 20 years ago
  50. 4746120 Build the .h files from their idl source at compile time, and remove by Alexandre Julliard · 21 years ago
  51. 233766a Build idl files as part of the normal build process. by Alexandre Julliard · 21 years ago
  52. 5ad619b Turn on warnings when building the .def file. by Alexandre Julliard · 21 years ago
  53. 07a8051 Added recursive idl target to allow updating idl files private to a dll. by Alexandre Julliard · 21 years ago
  54. 00acb5f First stab at Wine versions of Courier, System and MS Sans Serif fonts. by Huw Davies · 21 years ago
  55. c4aacf0 Build the dlls with winegcc. by Alexandre Julliard · 21 years ago
  56. c068f67 Require bison to compile Wine. by Mike McCormack · 21 years ago
  57. a631ef6 Renamed the symbol for the cpp binary to avoid conflicts with by Alexandre Julliard · 21 years ago
  58. ccc3d66 Build the tests with winegcc. by Alexandre Julliard · 21 years ago
  59. f41c2b2 Instrument winegcc to use the compilers and options detected at by Dimitrie O. Paun · 21 years ago
  60. 492ac29 Added support for building a dll from a .def file for cases where we by Alexandre Julliard · 21 years ago
  61. 20b4585 Only link against libdxguid where necessary. by Alexandre Julliard · 21 years ago
  62. c3eac43 Moved libuuid to the dlls directory, and moved the DirectX GUIDs into by Alexandre Julliard · 21 years ago
  63. 49b9c76 Add DEFS to the resource compiler flags. by Alexandre Julliard · 21 years ago
  64. 6ac34ac Define an LDDLL command to link dlls, instead of using LDDLLFLAGS. by Alexandre Julliard · 21 years ago
  65. 54e6b0d Extract binary resources to files, to fit the standard. by Dimitrie O. Paun · 22 years ago
  66. 16cd861 Moved DLLFLAGS to a separate variable instead of including it in DEFS. by Alexandre Julliard · 22 years ago
  67. af62e83 Got rid of 16-bit glue code generation since it is no longer used. by Alexandre Julliard · 22 years ago
  68. 6039fb0 Always use our own c2man. by Richard Cohen · 22 years ago
  69. 1556639 Proper support for CPPFLAGS and LDFLAGS (suggested by Todd Vierling). by Alexandre Julliard · 22 years ago
  70. 1a1f9bf Make it easy to use something other than wrc to compile resources. by Dimitrie O. Paun · 22 years ago
  71. e1a9b10 Moved the wpp library from tools/ to libs/. by Alexandre Julliard · 22 years ago
  72. 2e12d33 Removed no longer needed uses of LDPATH. by Alexandre Julliard · 22 years ago
  73. 21ee329 Support resources in cross-compiled tests. by Alexandre Julliard · 22 years ago
  74. fc09423 Allow overriding CFLAGS when running configure. Other small cleanups. by Alexandre Julliard · 22 years ago
  75. aa89ecc Added support for generating dependencies for idl files. by Alexandre Julliard · 22 years ago
  76. 29ba616 Remove the no longer needed -m option, ignore -r for compatibility by Dimitrie O. Paun · 22 years ago
  77. e048ada List 16-bit spec files explicitly to avoid problems with some versions of make. by Alexandre Julliard · 22 years ago
  78. 9e4fc4c Converted winebuild option parsing to use getopt_long. Added a number by Alexandre Julliard · 22 years ago
  79. 2d1c790 Moved libwine to libs/ directory. Some makefile fixes and cleanups. by Alexandre Julliard · 22 years ago
  80. 7ab9a71 Moved libwine_unicode to the libs/ directory. by Alexandre Julliard · 22 years ago
  81. 6692d39 Moved libwine_uuid to the new libs/ directory. by Alexandre Julliard · 22 years ago
  82. d5a194b Remove -J, -P, and -V as they have long options equivalents. by Dimitrie O. Paun · 22 years ago
  83. 6a9fe36 Created a separate static portability library and moved some of the by Alexandre Julliard · 22 years ago
  84. 35345f2 Updated rules for API doc generation. by Jon Griffiths · 22 years ago
  85. f8bac62 Do not define __WINESRC__ when building tools and miscemu. by Alexandre Julliard · 22 years ago
  86. d1d5d42 Added a few rules to rebuild idl headers. by Alexandre Julliard · 22 years ago
  87. 1d4db78 Check and define AS (for cross/biarch compiler support). by Marcus Meissner · 22 years ago
  88. 4a883a5 Collapse the -hHrs options into the -O option. Generate .res files by default. by Dimitrie O. Paun · 22 years ago
  89. 8b36681 Rename __WINE__ to __WINESRC__. by Dimitrie O. Paun · 22 years ago
  90. c5b99e7 Removed unnecessary --add-stdcall-alias flag. by Alexandre Julliard · 22 years ago
  91. ada5e65 Implemented import libraries; on Unix we import the .def file by Alexandre Julliard · 22 years ago
  92. 2a93f85 Pass the -J option to wrc to avoid including installed headers. by Alexandre Julliard · 22 years ago
  93. ed2f8fc Added rules for compiling IDL files. by Alexandre Julliard · 22 years ago
  94. e39e8a1 Rewrite make_ctests and runtest in shell. by Dimitrie O. Paun · 22 years ago
  95. 910851a Added winebuild -e option to specify the entry point and removed the by Alexandre Julliard · 22 years ago
  96. 3f44167 Corrected the alignment of unicode message table strings in wmc, and by Martin Fuchs · 22 years ago
  97. c728efc Added --disable-win16 configure option. by Alexandre Julliard · 23 years ago
  98. 137eed8 Moved X flags and libraries out of Make.rules into the makefiles that need them. by Alexandre Julliard · 23 years ago
  99. 4b9344e Moved ts_xlib.c into x11drv and removed libwine_tsx11. by Alexandre Julliard · 23 years ago
  100. c3c587e Added preliminary support for cross-compiling tests using mingw on by Alexandre Julliard · 23 years ago