1. cd2bf5f cmdlgtst.exe: We can now store binary files in the repository. by Alexandre Julliard · 18 years ago
  2. c8123e9 cmdlgtst: Win64 printf format warning fixes. by Michael Stefaniuc · 19 years ago
  3. 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 · 19 years ago
  4. 32ab895 makefiles: Generate the dependencies line to avoid some code duplication. by Alexandre Julliard · 19 years ago
  5. 6be39b6 Take advantage of the new winegcc -B support. by Alexandre Julliard · 21 years ago
  6. 6621b2d Build all the programs with winegcc. by Alexandre Julliard · 21 years ago
  7. 7035adc Convert resources to standard format without embedded binary data. by Pavel Roskin · 22 years ago
  8. cc2ee76 Renamed Winelib apps to .exe.so to follow the dll naming convention. by Alexandre Julliard · 23 years ago
  9. 2ab7625 Removed most imports of ntdll since we no longer import Wine internal by Alexandre Julliard · 23 years ago
  10. 67371bc Added -res option to specify resources on winebuild command-line. by Alexandre Julliard · 23 years ago
  11. 3245991 Moved imports specification from the .spec into the Makefile so that by Alexandre Julliard · 23 years ago
  12. bef8e16 Compile all programs with -DSTRICT -DNONAMELESSUNION -DNONAMELESSSTRUCT. by Alexandre Julliard · 23 years ago
  13. a10fbdd Build most programs as .so files. by Alexandre Julliard · 24 years ago
  14. 1a3f705 Added import of ntdll. by Alexandre Julliard · 24 years ago
  15. 21ec006 Build Win32 resources as .res files and dump them into the .spec.c file. by Alexandre Julliard · 24 years ago
  16. 73925ab Added the missing library dependencies. by Francois Gouget · 25 years ago
  17. 269b409 Added a few missing imports. by Hidenori Takeshima · 25 years ago
  18. 49d251f Added -DSTRICT. Added missing libraries comctl32 and rpcrt4. by Francois Gouget · 25 years ago
  19. edd77b9 Changed imports of winspool to winspool.drv. by Alexandre Julliard · 25 years ago
  20. e1e7537 Implemented on-demand loading of builtin dlls using dlopen(). by Alexandre Julliard · 25 years ago
  21. b445952 Improved Winelib apps initialisation code. No longer need to link by Alexandre Julliard · 25 years ago
  22. 3dc5d94 Added .spec files for all libtest/ and programs/ WineLib apps. by Ulrich Weigand · 25 years ago
  23. 318f4ce Build most dlls as separate shared libraries. by Alexandre Julliard · 25 years ago
  24. 96af9aa Added dependency on winestub.o by Alexandre Julliard · 25 years ago
  25. d1895a7 Built-in dlls now have resources attached via the PE-header like by Bertho Stultiens · 26 years ago
  26. 30008a0 Added common dialogs test program. by Eric Williams · 26 years ago