1. 29ba616 Remove the no longer needed -m option, ignore -r for compatibility by Dimitrie O. Paun · 22 years ago
  2. e048ada List 16-bit spec files explicitly to avoid problems with some versions of make. by Alexandre Julliard · 22 years ago
  3. 9e4fc4c Converted winebuild option parsing to use getopt_long. Added a number by Alexandre Julliard · 22 years ago
  4. 2d1c790 Moved libwine to libs/ directory. Some makefile fixes and cleanups. by Alexandre Julliard · 22 years ago
  5. 7ab9a71 Moved libwine_unicode to the libs/ directory. by Alexandre Julliard · 22 years ago
  6. 6692d39 Moved libwine_uuid to the new libs/ directory. by Alexandre Julliard · 22 years ago
  7. d5a194b Remove -J, -P, and -V as they have long options equivalents. by Dimitrie O. Paun · 22 years ago
  8. 6a9fe36 Created a separate static portability library and moved some of the by Alexandre Julliard · 22 years ago
  9. 35345f2 Updated rules for API doc generation. by Jon Griffiths · 22 years ago
  10. f8bac62 Do not define __WINESRC__ when building tools and miscemu. by Alexandre Julliard · 22 years ago
  11. d1d5d42 Added a few rules to rebuild idl headers. by Alexandre Julliard · 22 years ago
  12. 1d4db78 Check and define AS (for cross/biarch compiler support). by Marcus Meissner · 22 years ago
  13. 4a883a5 Collapse the -hHrs options into the -O option. Generate .res files by default. by Dimitrie O. Paun · 22 years ago
  14. 8b36681 Rename __WINE__ to __WINESRC__. by Dimitrie O. Paun · 22 years ago
  15. c5b99e7 Removed unnecessary --add-stdcall-alias flag. by Alexandre Julliard · 22 years ago
  16. ada5e65 Implemented import libraries; on Unix we import the .def file by Alexandre Julliard · 22 years ago
  17. 2a93f85 Pass the -J option to wrc to avoid including installed headers. by Alexandre Julliard · 22 years ago
  18. ed2f8fc Added rules for compiling IDL files. by Alexandre Julliard · 22 years ago
  19. e39e8a1 Rewrite make_ctests and runtest in shell. by Dimitrie O. Paun · 22 years ago
  20. 910851a Added winebuild -e option to specify the entry point and removed the by Alexandre Julliard · 22 years ago
  21. 3f44167 Corrected the alignment of unicode message table strings in wmc, and by Martin Fuchs · 22 years ago
  22. c728efc Added --disable-win16 configure option. by Alexandre Julliard · 23 years ago
  23. 137eed8 Moved X flags and libraries out of Make.rules into the makefiles that need them. by Alexandre Julliard · 23 years ago
  24. 4b9344e Moved ts_xlib.c into x11drv and removed libwine_tsx11. by Alexandre Julliard · 23 years ago
  25. c3c587e Added preliminary support for cross-compiling tests using mingw on by Alexandre Julliard · 23 years ago
  26. edeee89 Create separate makefiles for tests for more flexibility. by Alexandre Julliard · 23 years ago
  27. 1d8d017 Install the aclocal macros for use by Winelib apps. by Alexandre Julliard · 23 years ago
  28. 4b92255 Don't pass the perl C flags to winebuild. by Alexandre Julliard · 23 years ago
  29. 526531e Create at most one glue file for a single dll. by Alexandre Julliard · 23 years ago
  30. c754a89 Use the normal perl interpreter for test scripts that don't need to by Alexandre Julliard · 23 years ago
  31. 9138fbb Fix building/linking resources on Mingw. by Steven Edwards · 23 years ago
  32. 439bc96 Fixed linking rule for test programs (spotted by Gregg Mattinson). by Alexandre Julliard · 23 years ago
  33. 77afd6c Made some more spec file entries optional or unnecessary. by Alexandre Julliard · 23 years ago
  34. f673b71 Fixed make install target to work even when nothing has been compiled by Alexandre Julliard · 23 years ago
  35. 7cae558 Removed some more trailing whitespace. by Alexandre Julliard · 23 years ago
  36. eb5f89c No longer need a special LDCOMBINE for cygwin/mingw. by Alexandre Julliard · 23 years ago
  37. 3536316 New loading scheme for Winelib apps, makes them behave like builtin by Alexandre Julliard · 23 years ago
  38. df234a9 Added check for ln. by Alexandre Julliard · 23 years ago
  39. cc2ee76 Renamed Winelib apps to .exe.so to follow the dll naming convention. by Alexandre Julliard · 23 years ago
  40. ad53383 Added winebuild support for generating a .dbg.c file containing the by Alexandre Julliard · 23 years ago
  41. 9bb05fc Specify the complete source file list for a dll inside the main by Alexandre Julliard · 23 years ago
  42. fc01b72 Added some support for cross-compilation using mingw32. by Alexandre Julliard · 23 years ago
  43. 67371bc Added -res option to specify resources on winebuild command-line. by Alexandre Julliard · 23 years ago
  44. ce830a9 Added mkinstalldirs to create directories more portably. by Alexandre Julliard · 23 years ago
  45. 3245991 Moved imports specification from the .spec into the Makefile so that by Alexandre Julliard · 23 years ago
  46. d7c606d Various makefile fixes for the test environment. by Alexandre Julliard · 23 years ago
  47. 77002ff Fixed rule for test program. by Alexandre Julliard · 23 years ago
  48. b2fffef Fixed rules for main module spec file. by Alexandre Julliard · 23 years ago
  49. c1bfca0 Changed builtin dlls file names to make it clear they are not normal by Alexandre Julliard · 23 years ago
  50. abfcb8b Added make check target to run unit tests too since this seems to be standard. by Alexandre Julliard · 23 years ago
  51. caa0338 Preliminary version of the C unit tests run-time environment. by Alexandre Julliard · 23 years ago
  52. f5818d2 Upgraded configure script to use autoconf 2.50 features, and renamed by Alexandre Julliard · 23 years ago
  53. 93a5b86 Support for generation of .def files from .spec files. by Dmitry Timoshkov · 23 years ago
  54. e2e7023 - Made runtest "use strict". by Patrik Stridvall · 23 years ago
  55. 9384184 Rewrote runtest in Perl so that it can be used on the Windows side. by Alexandre Julliard · 23 years ago
  56. 13b0c09 Added rules for running tests. by Alexandre Julliard · 23 years ago
  57. 7662ea1 Made register and interrupt flags instead of entry point types, so by Alexandre Julliard · 23 years ago
  58. 1c3a242 Make out-of-source-tree builds work with Solaris make. by François Gouget · 23 years ago
  59. f33f7f0 Improved make_dlls script. Moved dll list out of by Alexandre Julliard · 24 years ago
  60. 1a8b339 Added stubs for mapi32, msimg32, sti and url. by Hidenori Takeshima · 24 years ago
  61. b83bb6d Fixed man and doc-html rules. by Francois Gouget · 24 years ago
  62. b719029 Added a filter rule for filtering make output with tools/winapi/make_filter. by Patrik Stridvall · 24 years ago
  63. 76e25f6 Correct man page spec directory. by Mike McCormack · 24 years ago
  64. b7d4b4e Added stubs for quartz.dll. by Hidenori Takeshima · 24 years ago
  65. b63ab44 Implemented glu32.dll as libGLU.so forwarder. by Marcus Meissner · 24 years ago
  66. db79045 List 16-bit resources separately as RC_SRCS16. by Dmitry Timoshkov · 24 years ago
  67. 2a4c68b Added new dll wintrust.dll with a stub for WinVerifyTrust(). by Rein Klazes · 24 years ago
  68. f34f418 Use INSTALL_SCRIPT instead of INSTALL_PROGRAM for scripts. by Satsuki Fujishima · 24 years ago
  69. bc80a3b Implemented stubs for IWebBrowser in shdocvw.dll. by John R. Sheets · 24 years ago
  70. 1db20bf - Migrate CRTDLL to MSVCRT. - Many fixes and a load of new functions. by Jon Griffiths · 24 years ago
  71. c4d1176 Renamed libuuid.a to libwine_uuid.a by Alexandre Julliard · 24 years ago
  72. e5557b3 Separated the MZ loader and core DOS VM into dlls/winedos. by Ove Kaaven · 24 years ago
  73. d48ca94 Use dllwrap for building shared libraries in cygwin. by Hidenori Takeshima · 24 years ago
  74. 9c67213 Added a spec file for 16bit imm. Added spec files for winnls and winnls32. by Hidenori Takeshima · 24 years ago
  75. 91222da Moved most builtin controls structures into their respective C file. by Alexandre Julliard · 24 years ago
  76. 5be8e7d Created a small static library in ole/libuuid.a that contains all the by Alexandre Julliard · 24 years ago
  77. b018239 Build tsx11 layer as a separate shared library. by Alexandre Julliard · 24 years ago
  78. 79e44ab Use the approriate command for combining .o files. by Dimitrie O. Paun · 24 years ago
  79. 58eee38 Compile fix for building wine outside the source tree. by Dennis Björklund · 24 years ago
  80. caf5f89 Do a strip --strip-unneeded on the .tmp.o file to reduce disk usage. by Alexandre Julliard · 24 years ago
  81. 000c13a Added support in winebuild for resolving function imports (-sym option). by Alexandre Julliard · 24 years ago
  82. 017a61e Use .mc.rc extension for rc files generated by the message compiler. by Alexandre Julliard · 24 years ago
  83. 2fa4f76 Build ntdll as a real dll, including everything that was previously in by Alexandre Julliard · 24 years ago
  84. cbeb644 Added support for loading .res files for 16-bit resources. by Alexandre Julliard · 24 years ago
  85. 21ec006 Build Win32 resources as .res files and dump them into the .spec.c file. by Alexandre Julliard · 24 years ago
  86. 15bfcd0 Moved $(MODULE).o rule out of Make.rules into the individual Makefiles. by Alexandre Julliard · 25 years ago
  87. c585a50 Changed the Win32 dll descriptor to be in IMAGE_NT_HEADERS format. by Alexandre Julliard · 25 years ago
  88. a387aa4 Migrate $LDFLAGS from configure to Makefile and into main wine executable. by Marcus Meissner · 25 years ago
  89. 1e8e5ba Converted Wine documentation to SGML format. by John R. Sheets · 25 years ago
  90. a3502cc Merged setupx.dll into setupapi.dll. by Alexandre Julliard · 25 years ago
  91. 7e495e1 Make unicode.o into a separate ELF library so that we can use it from by Alexandre Julliard · 25 years ago
  92. f5aee67 Added rules for message compiler .mc files. by Alexandre Julliard · 25 years ago
  93. cd770ea Temporarily moved advapi32 registry support back into libwine.so, and by Alexandre Julliard · 25 years ago
  94. 7854777 Merged wing.dll into gdi32.dll. by Alexandre Julliard · 25 years ago
  95. 37b51f4 Merged msacm and msacm32 dlls. Merged win87em and windebug into kernel32.dll. by Alexandre Julliard · 25 years ago
  96. 4306eaa Corrected c2man flags. It still crashes anyhow :-/ by Mike McCormack · 25 years ago
  97. dc2461e Implemented serialui dll containing CommConfigDialog, by Mike McCormack · 25 years ago
  98. 10b1b23 Create rpcrt4.dll. by Huw D M Davies · 25 years ago
  99. c607532 Created separate libraries for dplay, shfolder, shlwapi, wow32 and by Alexandre Julliard · 25 years ago
  100. df5e579 Added setupapi shared library and SetupIterateCabinet stub. by Francois Jacques · 25 years ago