1. cc2ee76 Renamed Winelib apps to .exe.so to follow the dll naming convention. by Alexandre Julliard · 23 years ago
  2. 2ab7625 Removed most imports of ntdll since we no longer import Wine internal by Alexandre Julliard · 23 years ago
  3. ad53383 Added winebuild support for generating a .dbg.c file containing the by Alexandre Julliard · 23 years ago
  4. 67371bc Added -res option to specify resources on winebuild command-line. by Alexandre Julliard · 23 years ago
  5. 3245991 Moved imports specification from the .spec into the Makefile so that by Alexandre Julliard · 23 years ago
  6. 65a7a10 Removed changelog entries that are in the main changelog, and added by Alexandre Julliard · 23 years ago
  7. 0799c1a Added LGPL standard comment, and copyright notices where necessary. by Alexandre Julliard · 23 years ago
  8. ba7ccc4 Changes wine_main to main to properly build on all platforms. by Steven Edwards · 23 years ago
  9. bef8e16 Compile all programs with -DSTRICT -DNONAMELESSUNION -DNONAMELESSSTRUCT. by Alexandre Julliard · 23 years ago
  10. a10fbdd Build most programs as .so files. by Alexandre Julliard · 24 years ago
  11. 231cc27 Added some missing imports. by Alexandre Julliard · 24 years ago
  12. 1a3f705 Added import of ntdll. by Alexandre Julliard · 24 years ago
  13. e4e99a5 ole32 now requires linking with kernel32 by Francois Gouget · 25 years ago
  14. 49d251f Added -DSTRICT. Added missing libraries comctl32 and rpcrt4. by Francois Gouget · 25 years ago
  15. e1e7537 Implemented on-demand loading of builtin dlls using dlopen(). by Alexandre Julliard · 25 years ago
  16. b445952 Improved Winelib apps initialisation code. No longer need to link by Alexandre Julliard · 25 years ago
  17. 3dc5d94 Added .spec files for all libtest/ and programs/ WineLib apps. by Ulrich Weigand · 25 years ago
  18. 318f4ce Build most dlls as separate shared libraries. by Alexandre Julliard · 25 years ago
  19. 55bcda8 Added simple console mode example program which lists information by Morten Eriksen · 26 years ago