1. 81b8ee8 makefiles: Add a standard header for all makefiles to replace the common variable initializations. by Alexandre Julliard · 14 years ago
  2. b86d515 dlls: Remove explicit imports of kernel32 and ntdll. by Alexandre Julliard · 15 years ago
  3. bef5645 makefiles: Remove the no longer needed explicit separators for dependencies. by Alexandre Julliard · 15 years ago
  4. d0255f0 mcicda: Win64 printf format warning fixes. by Michael Stefaniuc · 18 years ago
  5. 85ce511 Add a WINE_NO_LONG_INT define to many makefiles to ease the transition of DWORD/LONG/ULONG from long to int. by Michael Stefaniuc · 18 years ago
  6. 32ab895 makefiles: Generate the dependencies line to avoid some code duplication. by Alexandre Julliard · 19 years ago
  7. eb8a40c libs: Merged libwine_unicode into libwine. by Alexandre Julliard · 19 years ago
  8. dbbd0d5 Moved mcicda to the top-level dlls directory. by Rémi Assailly · 20 years ago[Renamed (80%) from dlls/winmm/mcicda/Makefile.in]
  9. 1eed552 - rewrite MCI interfaces as Unicode interface (as it should be) by Eric Pouech · 20 years ago
  10. fbdfd91 Remove SYMBOLFILE and LDDLLFLAGS from Makefiles. by Dimitrie O. Paun · 21 years ago
  11. 261e28a Removed some unnecessary imports. by Alexandre Julliard · 23 years ago
  12. 2ab7625 Removed most imports of ntdll since we no longer import Wine internal by Alexandre Julliard · 23 years ago
  13. 67371bc Added -res option to specify resources on winebuild command-line. by Alexandre Julliard · 23 years ago
  14. 3245991 Moved imports specification from the .spec into the Makefile so that by Alexandre Julliard · 23 years ago
  15. f65c7d5 Now using the NT CD interface. by Eric Pouech · 23 years ago
  16. 27939f0 Start using import tables for dlls that can already support it. by Alexandre Julliard · 24 years ago
  17. eb58e1d Declare debug channels in all dlls that need them; added imports of by Alexandre Julliard · 24 years ago
  18. 6c9d83a Added imports of user32/gdi32/kernel32 wherever necessary. by Alexandre Julliard · 25 years ago
  19. 6953d67 For dlls, derive SPEC_SRCS from MODULE and ALTNAMES. by Alexandre Julliard · 25 years ago
  20. d0edc5f Moved dll-specific make rules to a separate Makedll.rules file. by Alexandre Julliard · 25 years ago
  21. e1d7889 Made winmm a separate shared library. by Alexandre Julliard · 25 years ago
  22. 318f4ce Build most dlls as separate shared libraries. by Alexandre Julliard · 25 years ago
  23. 68944c2 Split the multimedia/ directory into dlls/ subdirectories. by Eric Pouech · 25 years ago