1. 7ddab75 Declare debug channels as static variables so that we don't need to by Alexandre Julliard · 20 years ago
  2. cd91bc6 Now that we are requiring bison anyway, make the .tab.c file use the by Alexandre Julliard · 20 years ago
  3. 5cb97d8 Generate 16-bit spec files as assembly code too. by Alexandre Julliard · 20 years ago
  4. b744372 Turn off gcc 4.0's builtin wchar inlines. by Mike McCormack · 20 years ago
  5. adbb098 Added support for the --image-base linker option in winegcc using the by Alexandre Julliard · 20 years ago
  6. 8b00c3d ttf files for bitmap fonts should be generated with an extension of by Robert Shearman · 20 years ago
  7. d62356a Added rules to build import libraries in the individual dll makefiles. by Alexandre Julliard · 20 years ago
  8. a764450 Move all files from winapi_check/ to winapi/, and remove references to by Hans Leidekker · 20 years ago
  9. bcb7591 Converted the make_ctests script to C (based on a patch by Royce Mitchell III). by Alexandre Julliard · 20 years ago
  10. c02dd0a Add support for .exe's with exported functions. by Dimitrie O. Paun · 20 years ago
  11. 860c84b Make tlb generation from idl files dependent on widl. by Vincent Béron · 20 years ago
  12. 382dba6 Don't clean all tlb files, only the ones we generated. by Alexandre Julliard · 20 years ago
  13. 4046846 Added stdole32.tlb. by Huw Davies · 20 years ago
  14. 3a3307d Force all the tools to be rebuilt before make depend, otherwise make by Alexandre Julliard · 20 years ago
  15. d062924 Removed no longer needed ICOM compatibility mode in widl. by Alexandre Julliard · 20 years ago
  16. 4746120 Build the .h files from their idl source at compile time, and remove by Alexandre Julliard · 21 years ago
  17. 233766a Build idl files as part of the normal build process. by Alexandre Julliard · 21 years ago
  18. 5ad619b Turn on warnings when building the .def file. by Alexandre Julliard · 21 years ago
  19. 07a8051 Added recursive idl target to allow updating idl files private to a dll. by Alexandre Julliard · 21 years ago
  20. 00acb5f First stab at Wine versions of Courier, System and MS Sans Serif fonts. by Huw Davies · 21 years ago
  21. c4aacf0 Build the dlls with winegcc. by Alexandre Julliard · 21 years ago
  22. c068f67 Require bison to compile Wine. by Mike McCormack · 21 years ago
  23. a631ef6 Renamed the symbol for the cpp binary to avoid conflicts with by Alexandre Julliard · 21 years ago
  24. ccc3d66 Build the tests with winegcc. by Alexandre Julliard · 21 years ago
  25. f41c2b2 Instrument winegcc to use the compilers and options detected at by Dimitrie O. Paun · 21 years ago
  26. 492ac29 Added support for building a dll from a .def file for cases where we by Alexandre Julliard · 21 years ago
  27. 20b4585 Only link against libdxguid where necessary. by Alexandre Julliard · 21 years ago
  28. c3eac43 Moved libuuid to the dlls directory, and moved the DirectX GUIDs into by Alexandre Julliard · 21 years ago
  29. 49b9c76 Add DEFS to the resource compiler flags. by Alexandre Julliard · 21 years ago
  30. 6ac34ac Define an LDDLL command to link dlls, instead of using LDDLLFLAGS. by Alexandre Julliard · 21 years ago
  31. 54e6b0d Extract binary resources to files, to fit the standard. by Dimitrie O. Paun · 22 years ago
  32. 16cd861 Moved DLLFLAGS to a separate variable instead of including it in DEFS. by Alexandre Julliard · 22 years ago
  33. af62e83 Got rid of 16-bit glue code generation since it is no longer used. by Alexandre Julliard · 22 years ago
  34. 6039fb0 Always use our own c2man. by Richard Cohen · 22 years ago
  35. 1556639 Proper support for CPPFLAGS and LDFLAGS (suggested by Todd Vierling). by Alexandre Julliard · 22 years ago
  36. 1a1f9bf Make it easy to use something other than wrc to compile resources. by Dimitrie O. Paun · 22 years ago
  37. e1a9b10 Moved the wpp library from tools/ to libs/. by Alexandre Julliard · 22 years ago
  38. 2e12d33 Removed no longer needed uses of LDPATH. by Alexandre Julliard · 22 years ago
  39. 21ee329 Support resources in cross-compiled tests. by Alexandre Julliard · 22 years ago
  40. fc09423 Allow overriding CFLAGS when running configure. Other small cleanups. by Alexandre Julliard · 22 years ago
  41. aa89ecc Added support for generating dependencies for idl files. by Alexandre Julliard · 22 years ago
  42. 29ba616 Remove the no longer needed -m option, ignore -r for compatibility by Dimitrie O. Paun · 22 years ago
  43. e048ada List 16-bit spec files explicitly to avoid problems with some versions of make. by Alexandre Julliard · 22 years ago
  44. 9e4fc4c Converted winebuild option parsing to use getopt_long. Added a number by Alexandre Julliard · 22 years ago
  45. 2d1c790 Moved libwine to libs/ directory. Some makefile fixes and cleanups. by Alexandre Julliard · 22 years ago
  46. 7ab9a71 Moved libwine_unicode to the libs/ directory. by Alexandre Julliard · 22 years ago
  47. 6692d39 Moved libwine_uuid to the new libs/ directory. by Alexandre Julliard · 22 years ago
  48. d5a194b Remove -J, -P, and -V as they have long options equivalents. by Dimitrie O. Paun · 22 years ago
  49. 6a9fe36 Created a separate static portability library and moved some of the by Alexandre Julliard · 22 years ago
  50. 35345f2 Updated rules for API doc generation. by Jon Griffiths · 22 years ago
  51. f8bac62 Do not define __WINESRC__ when building tools and miscemu. by Alexandre Julliard · 22 years ago
  52. d1d5d42 Added a few rules to rebuild idl headers. by Alexandre Julliard · 22 years ago
  53. 1d4db78 Check and define AS (for cross/biarch compiler support). by Marcus Meissner · 22 years ago
  54. 4a883a5 Collapse the -hHrs options into the -O option. Generate .res files by default. by Dimitrie O. Paun · 22 years ago
  55. 8b36681 Rename __WINE__ to __WINESRC__. by Dimitrie O. Paun · 22 years ago
  56. c5b99e7 Removed unnecessary --add-stdcall-alias flag. by Alexandre Julliard · 22 years ago
  57. ada5e65 Implemented import libraries; on Unix we import the .def file by Alexandre Julliard · 22 years ago
  58. 2a93f85 Pass the -J option to wrc to avoid including installed headers. by Alexandre Julliard · 22 years ago
  59. ed2f8fc Added rules for compiling IDL files. by Alexandre Julliard · 22 years ago
  60. e39e8a1 Rewrite make_ctests and runtest in shell. by Dimitrie O. Paun · 22 years ago
  61. 910851a Added winebuild -e option to specify the entry point and removed the by Alexandre Julliard · 22 years ago
  62. 3f44167 Corrected the alignment of unicode message table strings in wmc, and by Martin Fuchs · 22 years ago
  63. c728efc Added --disable-win16 configure option. by Alexandre Julliard · 23 years ago
  64. 137eed8 Moved X flags and libraries out of Make.rules into the makefiles that need them. by Alexandre Julliard · 23 years ago
  65. 4b9344e Moved ts_xlib.c into x11drv and removed libwine_tsx11. by Alexandre Julliard · 23 years ago
  66. c3c587e Added preliminary support for cross-compiling tests using mingw on by Alexandre Julliard · 23 years ago
  67. edeee89 Create separate makefiles for tests for more flexibility. by Alexandre Julliard · 23 years ago
  68. 1d8d017 Install the aclocal macros for use by Winelib apps. by Alexandre Julliard · 23 years ago
  69. 4b92255 Don't pass the perl C flags to winebuild. by Alexandre Julliard · 23 years ago
  70. 526531e Create at most one glue file for a single dll. by Alexandre Julliard · 23 years ago
  71. c754a89 Use the normal perl interpreter for test scripts that don't need to by Alexandre Julliard · 23 years ago
  72. 9138fbb Fix building/linking resources on Mingw. by Steven Edwards · 23 years ago
  73. 439bc96 Fixed linking rule for test programs (spotted by Gregg Mattinson). by Alexandre Julliard · 23 years ago
  74. 77afd6c Made some more spec file entries optional or unnecessary. by Alexandre Julliard · 23 years ago
  75. f673b71 Fixed make install target to work even when nothing has been compiled by Alexandre Julliard · 23 years ago
  76. 7cae558 Removed some more trailing whitespace. by Alexandre Julliard · 23 years ago
  77. eb5f89c No longer need a special LDCOMBINE for cygwin/mingw. by Alexandre Julliard · 23 years ago
  78. 3536316 New loading scheme for Winelib apps, makes them behave like builtin by Alexandre Julliard · 23 years ago
  79. df234a9 Added check for ln. by Alexandre Julliard · 23 years ago
  80. cc2ee76 Renamed Winelib apps to .exe.so to follow the dll naming convention. by Alexandre Julliard · 23 years ago
  81. ad53383 Added winebuild support for generating a .dbg.c file containing the by Alexandre Julliard · 23 years ago
  82. 9bb05fc Specify the complete source file list for a dll inside the main by Alexandre Julliard · 23 years ago
  83. fc01b72 Added some support for cross-compilation using mingw32. by Alexandre Julliard · 23 years ago
  84. 67371bc Added -res option to specify resources on winebuild command-line. by Alexandre Julliard · 23 years ago
  85. ce830a9 Added mkinstalldirs to create directories more portably. by Alexandre Julliard · 23 years ago
  86. 3245991 Moved imports specification from the .spec into the Makefile so that by Alexandre Julliard · 23 years ago
  87. d7c606d Various makefile fixes for the test environment. by Alexandre Julliard · 23 years ago
  88. 77002ff Fixed rule for test program. by Alexandre Julliard · 23 years ago
  89. b2fffef Fixed rules for main module spec file. by Alexandre Julliard · 23 years ago
  90. c1bfca0 Changed builtin dlls file names to make it clear they are not normal by Alexandre Julliard · 23 years ago
  91. abfcb8b Added make check target to run unit tests too since this seems to be standard. by Alexandre Julliard · 23 years ago
  92. caa0338 Preliminary version of the C unit tests run-time environment. by Alexandre Julliard · 23 years ago
  93. f5818d2 Upgraded configure script to use autoconf 2.50 features, and renamed by Alexandre Julliard · 23 years ago
  94. 93a5b86 Support for generation of .def files from .spec files. by Dmitry Timoshkov · 23 years ago
  95. e2e7023 - Made runtest "use strict". by Patrik Stridvall · 23 years ago
  96. 9384184 Rewrote runtest in Perl so that it can be used on the Windows side. by Alexandre Julliard · 23 years ago
  97. 13b0c09 Added rules for running tests. by Alexandre Julliard · 23 years ago
  98. 7662ea1 Made register and interrupt flags instead of entry point types, so by Alexandre Julliard · 23 years ago
  99. 1c3a242 Make out-of-source-tree builds work with Solaris make. by François Gouget · 23 years ago
  100. f33f7f0 Improved make_dlls script. Moved dll list out of by Alexandre Julliard · 24 years ago