1. 409b135 Makefile: Avoid trailing slash in find, it breaks tags on MacOS. by Alexandre Julliard · 18 years ago
  2. 3ac07aa resutils: Implements stub dll for resutils.dll. by Benjamin Arai · 19 years ago
  3. ecb97fc localspl/tests: Add initial test. by Detlef Riekenberg · 19 years ago
  4. 493bc6b clusapi: Implement stub dll for clusapi. by Benjamin Arai · 19 years ago
  5. c4704c2 Makefile: Automatically update config.h if configure changed. by Alexandre Julliard · 19 years ago
  6. 0b4eafa nddeapi: Implement stub dll for nddeapi. by Benjamin Arai · 19 years ago
  7. 9cc11a3 Makefile: Fixed rule for building makedep when cross-compiling. by Alexandre Julliard · 19 years ago
  8. 397e569 makefile: Automatically re-run configure if it has been modified. by Alexandre Julliard · 19 years ago
  9. 5ea4e5b makefiles: Automatically rebuild makefiles when their sources and/or configure changed. by Alexandre Julliard · 19 years ago
  10. 8598a4c makefiles: Attempt to automatically run make depend when reading an updated makefile. by Alexandre Julliard · 19 years ago
  11. 84cb26e makefiles: Remove the dependencies comment in files that don't need it. by Alexandre Julliard · 19 years ago
  12. ade98b9 Makefile: Don't build all the tools before make depend, only build makedep itself. by Alexandre Julliard · 19 years ago
  13. e4fca88 makedep: For generated headers, parse the source idl instead. by Alexandre Julliard · 19 years ago
  14. dc8c76a makefiles: Make sure that all phony targets depend on 'dummy'. by Alexandre Julliard · 19 years ago
  15. 5cf75e6 makefiles: Only run test and documentation targets in directories that need them. by Alexandre Julliard · 19 years ago
  16. 80a9a06 makefiles: Get rid of the checklink rules, they no longer work. by Alexandre Julliard · 19 years ago
  17. 2886e9b makefiles: Use make dependencies to create installation directories. by Alexandre Julliard · 19 years ago
  18. 5012c17 Make.rules: Make all submake invocations silent for consistency. by Alexandre Julliard · 19 years ago
  19. 5e5a8df Makefile.in: Add target "ctags" to the overview. by Detlef Riekenberg · 19 years ago
  20. 0076e33 Makefile.in: find needs a slash when the source dir is a symlink. by Detlef Riekenberg · 19 years ago
  21. 15c52a7 Makefile: There are currently no tests in the programs directory. by Alexandre Julliard · 19 years ago
  22. 5392844 Add support for 'make install DESTDIR'. by Mike Frysinger · 19 years ago
  23. 832c545 Removed non-portable ldconfig invocation and misleading by Alexandre Julliard · 19 years ago
  24. 7ddab75 Declare debug channels as static variables so that we don't need to by Alexandre Julliard · 20 years ago
  25. 5cb97d8 Generate 16-bit spec files as assembly code too. by Alexandre Julliard · 20 years ago
  26. b7edbe6 Clean Makeimplib.rules too. by Alexandre Julliard · 20 years ago
  27. 79d72ce Added description for crosstest. by Detlef Riekenberg · 20 years ago
  28. 078eb1f Moved the API doc rules to the documentation makefile. by Alexandre Julliard · 20 years ago
  29. beac194 wineprefixcreate and related files need to be installed when doing an by Alexandre Julliard · 20 years ago
  30. bff8cd1 dlls/__install-lib__ and programs/__install__ should not force the by Francois Gouget · 20 years ago
  31. 3a3307d Force all the tools to be rebuilt before make depend, otherwise make by Alexandre Julliard · 20 years ago
  32. 954a4f8 crosstest target depends on include files. by Hans Leidekker · 20 years ago
  33. 4746120 Build the .h files from their idl source at compile time, and remove by Alexandre Julliard · 21 years ago
  34. 233766a Build idl files as part of the normal build process. by Alexandre Julliard · 21 years ago
  35. 00acb5f First stab at Wine versions of Courier, System and MS Sans Serif fonts. by Huw Davies · 21 years ago
  36. af9e293 crosstest target needs the tools to be built first. by Alexandre Julliard · 21 years ago
  37. 1af344a Remove the $(datadir)/wine directory on uninstall. by Alexandre Julliard · 21 years ago
  38. 6ce99f2 Fix the ctags building command. by Shachar Shemesh · 21 years ago
  39. db3b78f If the command line is too long when calling etags, it's probably too by Francois Gouget · 21 years ago
  40. 357c740 Re-use the loader directory for the main wine loader, and get rid of by Alexandre Julliard · 21 years ago
  41. 35645ca Avoid argument list limit in etags generation. by Mike Hearn · 21 years ago
  42. e8dae9c We no longer need to link against ntdll in the Unix sense. by Alexandre Julliard · 21 years ago
  43. af62e83 Got rid of 16-bit glue code generation since it is no longer used. by Alexandre Julliard · 22 years ago
  44. 2e4164f Remove libs/Makelib.rules on distclean. by Alexandre Julliard · 22 years ago
  45. 14a9216 Fix typo: sqml -> sgml. by Hans Leidekker · 22 years ago
  46. c08b948 Structure README file in a better way, some doc fixes. by Andreas Mohr · 22 years ago
  47. e048ada List 16-bit spec files explicitly to avoid problems with some versions of make. by Alexandre Julliard · 22 years ago
  48. 2d1c790 Moved libwine to libs/ directory. Some makefile fixes and cleanups. by Alexandre Julliard · 22 years ago
  49. 7ab9a71 Moved libwine_unicode to the libs/ directory. by Alexandre Julliard · 22 years ago
  50. 6692d39 Moved libwine_uuid to the new libs/ directory. by Alexandre Julliard · 22 years ago
  51. 6a9fe36 Created a separate static portability library and moved some of the by Alexandre Julliard · 22 years ago
  52. 35345f2 Updated rules for API doc generation. by Jon Griffiths · 22 years ago
  53. db9692d Creation of a tags file with the ctags tool. by Christoph Frick · 22 years ago
  54. ada5e65 Implemented import libraries; on Unix we import the .def file by Alexandre Julliard · 22 years ago
  55. 44519bd Removed winetest. by Alexandre Julliard · 22 years ago
  56. 0cf7533 Moved the test routines from wtmain.c into wine/test.h so that they by Alexandre Julliard · 22 years ago
  57. 5e0a0d2 Also remove configure.lineno when performing distclean. by Gerald Pfeifer · 22 years ago
  58. 4b9344e Moved ts_xlib.c into x11drv and removed libwine_tsx11. by Alexandre Julliard · 23 years ago
  59. c3c587e Added preliminary support for cross-compiling tests using mingw on by Alexandre Julliard · 23 years ago
  60. 82e94e7 Remove Maketest.rules on distclean. by Alexandre Julliard · 23 years ago
  61. edeee89 Create separate makefiles for tests for more flexibility. by Alexandre Julliard · 23 years ago
  62. 1d8d017 Install the aclocal macros for use by Winelib apps. by Alexandre Julliard · 23 years ago
  63. c754a89 Use the normal perl interpreter for test scripts that don't need to by Alexandre Julliard · 23 years ago
  64. 5b80ce3 Fixed make install from read-only build directory (spotted by Marcus Meissner). by Alexandre Julliard · 23 years ago
  65. f673b71 Fixed make install target to work even when nothing has been compiled by Alexandre Julliard · 23 years ago
  66. c6476e9 Warn the user if 'wine' will not find its libraries after installation by Marcus Meissner · 23 years ago
  67. ebcf38d Fixed etags rule. by Alexandre Julliard · 23 years ago
  68. 3536316 New loading scheme for Winelib apps, makes them behave like builtin by Alexandre Julliard · 23 years ago
  69. acfda14 Moved expand.c from libtest to programs/expand. by Alexandre Julliard · 23 years ago
  70. ce830a9 Added mkinstalldirs to create directories more portably. by Alexandre Julliard · 23 years ago
  71. 3245991 Moved imports specification from the .spec into the Makefile so that by Alexandre Julliard · 23 years ago
  72. 019a7f3 Run make test for all programs by default. by Alexandre Julliard · 23 years ago
  73. 7dd9e33 Install more of the Winelib programs by default (based on a patch by by Alexandre Julliard · 23 years ago
  74. 9a68b7b Link the tools and the server against libwine so we can use the by Alexandre Julliard · 23 years ago
  75. 7418d39 Export a few more 16-bit GDI functions. Finished wineps separation. by Alexandre Julliard · 23 years ago
  76. 9a2cc78 Clean autom4te.cache. by Alexandre Julliard · 23 years ago
  77. daa2886 Updated configure to take advantage of new autoconf 2.53 features. by Alexandre Julliard · 23 years ago
  78. d7c606d Various makefile fixes for the test environment. by Alexandre Julliard · 23 years ago
  79. ced71ed Added support for driver-specific escapes in the x11drv to retrieve by Alexandre Julliard · 23 years ago
  80. 003b20d Fixed linking of wine target. by Alexandre Julliard · 23 years ago
  81. c1bfca0 Changed builtin dlls file names to make it clear they are not normal by Alexandre Julliard · 23 years ago
  82. abfcb8b Added make check target to run unit tests too since this seems to be standard. by Alexandre Julliard · 23 years ago
  83. 4cd31e4 Fixed installation issues caused by new configure script. by Alexandre Julliard · 23 years ago
  84. f5818d2 Upgraded configure script to use autoconf 2.50 features, and renamed by Alexandre Julliard · 23 years ago
  85. 13b0c09 Added rules for running tests. by Alexandre Julliard · 23 years ago
  86. 7c822cc Removed obsolete dosmod. by Alexandre Julliard · 23 years ago
  87. 0b83d4c New console code based on Win32 windows. by Eric Pouech · 23 years ago
  88. f33f7f0 Improved make_dlls script. Moved dll list out of by Alexandre Julliard · 24 years ago
  89. ed2f19a Put AC_DEFINE symbols definitions directly in the configure script so by Alexandre Julliard · 24 years ago
  90. a3fd0c9 wine needs to be built before winedbg. by Patrik Stridvall · 24 years ago
  91. c4d1176 Renamed libuuid.a to libwine_uuid.a by Alexandre Julliard · 24 years ago
  92. 847c874 Create a symbolic link to ole/libuuid.a. by Francois Gouget · 24 years ago
  93. 633293f Build the debugger as a .so. by Alexandre Julliard · 24 years ago
  94. 5be8e7d Created a small static library in ole/libuuid.a that contains all the by Alexandre Julliard · 24 years ago
  95. b018239 Build tsx11 layer as a separate shared library. by Alexandre Julliard · 24 years ago
  96. 000c13a Added support in winebuild for resolving function imports (-sym option). by Alexandre Julliard · 24 years ago
  97. f9f030b Added a winelauncher shell script which makes the process of running by Jeremy White · 24 years ago
  98. 2fa4f76 Build ntdll as a real dll, including everything that was previously in by Alexandre Julliard · 24 years ago
  99. a387aa4 Migrate $LDFLAGS from configure to Makefile and into main wine executable. by Marcus Meissner · 25 years ago
  100. 1d0d244 Link USER resources into libuser.so. by Alexandre Julliard · 25 years ago