1. 15ccabc makefiles: Add common rules for installing the main man page. by Alexandre Julliard · 14 years ago
  2. f30fa2f regsvr32: Add a manpage. by Austin English · 14 years ago
  3. 81b8ee8 makefiles: Add a standard header for all makefiles to replace the common variable initializations. by Alexandre Julliard · 15 years ago
  4. 6fb39df programs: Remove explicit imports of kernel32 and ntdll. by Alexandre Julliard · 15 years ago
  5. 6fc4954 regsvr32: Continue processing DLL list if an export is not found for a DLL. by Andrew Nguyen · 15 years ago
  6. bef5645 makefiles: Remove the no longer needed explicit separators for dependencies. by Alexandre Julliard · 15 years ago
  7. b66685c programs: Build the programs that support it with -DWINE_NO_UNICODE_MACROS. by Alexandre Julliard · 17 years ago
  8. 32ab895 makefiles: Generate the dependencies line to avoid some code duplication. by Alexandre Julliard · 19 years ago
  9. 77dc0d9 .gitignore: Added wildcards to ignore generated resource files. by Alexandre Julliard · 19 years ago
  10. 028ab92 make_progs: Generate the .gitignore file. by Alexandre Julliard · 19 years ago
  11. cc2b3b4 Take advantage of the recursive nature of .gitignore for Makefile entries. by Alexandre Julliard · 19 years ago
  12. 360a3f9 Update the address of the Free Software Foundation. by Jonathan Ernst · 19 years ago
  13. 13dccd7 regsvr32: Ignore the /c flag. by Mike McCormack · 19 years ago
  14. 2c59936 regsvr32: Call OleInitialize before registering a DLL. by Dmitry Timoshkov · 19 years ago
  15. 002e143 programs: Use WIN32_LEAN_AND_MEAN. by Mike McCormack · 19 years ago
  16. 6906cbc regsvr32 understands '-' and '/' for arguments. by Uwe Bonnes · 19 years ago
  17. ec34a66 Ignore symlink files too (needed for git). by Alexandre Julliard · 19 years ago
  18. 0ec7e1a Renamed all .cvsignore files to .gitignore. by Alexandre Julliard · 19 years ago
  19. 7e22be4 We are no longer generating .dbg.c files. by Alexandre Julliard · 20 years ago
  20. 828fd75 Improve regsvr32 output. by Andreas Mohr · 20 years ago
  21. d73dad6 Fixes for -Wmissing-declarations and -Wwrite-strings warnings. by Mike McCormack · 20 years ago
  22. 6be39b6 Take advantage of the new winegcc -B support. by Alexandre Julliard · 21 years ago
  23. 589e115 We no longer use the .exe.spec.c files. by Alexandre Julliard · 21 years ago
  24. 6621b2d Build all the programs with winegcc. by Alexandre Julliard · 21 years ago
  25. ee33c00 Changed the version resource to be created in the common way. by Stefan Leichter · 21 years ago
  26. 2835ebe Added version info resource. by Stefan Leichter · 21 years ago
  27. 0a96e52 When registering a dll, search the dll's directory for dll dependencies too. by Mike McCormack · 22 years ago
  28. 14a5d16 Fixed some common spelling errors. by Francois Gouget · 22 years ago
  29. 1ee88a2 Removed trailing white space. by Patrik Stridvall · 23 years ago
  30. 08b7a87 Allow regsvr32 to process multiple filenames (as does the Windows version). by Bill Medland · 23 years ago
  31. 336185a Don't use msvcrt. by Alexandre Julliard · 23 years ago
  32. 53989dd Replaced stricmp/strnicmp with strcasecmp/strncasecmp. by Gregg Mattinson · 23 years ago
  33. 9a62491 Removed trailing whitespace. by Vincent Béron · 23 years ago
  34. cc2ee76 Renamed Winelib apps to .exe.so to follow the dll naming convention. by Alexandre Julliard · 23 years ago
  35. 2ab7625 Removed most imports of ntdll since we no longer import Wine internal by Alexandre Julliard · 23 years ago
  36. ad53383 Added winebuild support for generating a .dbg.c file containing the by Alexandre Julliard · 23 years ago
  37. 67371bc Added -res option to specify resources on winebuild command-line. by Alexandre Julliard · 23 years ago
  38. 3245991 Moved imports specification from the .spec into the Makefile so that by Alexandre Julliard · 23 years ago
  39. 2f0d85c Implemented regsvr32 tool. Based on ReactOS implementation. by Andriy Palamarchuk · 23 years ago