1. 02fa42d dlls: Removed a number of dll symlinks that are no longer needed. by Alexandre Julliard · 19 years ago
  2. 5319db6 Remove some no longer needed library paths. by Alexandre Julliard · 19 years ago
  3. 0782016 Move TESTLIST from EXTRA_SRCS to C_SRCS in test makefiles to free up by Robert Shearman · 20 years ago
  4. 15ac684 Build and load import libraries directly from the dll directory where by Alexandre Julliard · 20 years ago
  5. d62356a Added rules to build import libraries in the individual dll makefiles. by Alexandre Julliard · 20 years ago
  6. bcb7591 Converted the make_ctests script to C (based on a patch by Royce Mitchell III). by Alexandre Julliard · 20 years ago
  7. 1f50414 Use a new DLLDEFS variable in configure/Makefiles to actually remove by Vincent Béron · 20 years ago
  8. 6be39b6 Take advantage of the new winegcc -B support. by Alexandre Julliard · 21 years ago
  9. 4d6b27e Avoid some redundant libraries on the winegcc command line. by Alexandre Julliard · 21 years ago
  10. ccc3d66 Build the tests with winegcc. by Alexandre Julliard · 21 years ago
  11. 095b498 Renamed --exe-mode option to --mode now that it can be used for dlls too. by Alexandre Julliard · 21 years ago
  12. c3eac43 Moved libuuid to the dlls directory, and moved the DirectX GUIDs into by Alexandre Julliard · 21 years ago
  13. 6ac34ac Define an LDDLL command to link dlls, instead of using LDDLLFLAGS. by Alexandre Julliard · 21 years ago
  14. 16cd861 Moved DLLFLAGS to a separate variable instead of including it in DEFS. by Alexandre Julliard · 22 years ago
  15. 3110e95 Added a missing dependency for testlist.c files. by Alexandre Julliard · 22 years ago
  16. 1556639 Proper support for CPPFLAGS and LDFLAGS (suggested by Todd Vierling). by Alexandre Julliard · 22 years ago
  17. 2e12d33 Removed no longer needed uses of LDPATH. by Alexandre Julliard · 22 years ago
  18. 21ee329 Support resources in cross-compiled tests. by Alexandre Julliard · 22 years ago
  19. 01af637 Don't link cross compiled tests against Wine import libraries. by Hans Leidekker · 22 years ago
  20. 9e4fc4c Converted winebuild option parsing to use getopt_long. Added a number by Alexandre Julliard · 22 years ago
  21. 6a9fe36 Created a separate static portability library and moved some of the by Alexandre Julliard · 22 years ago
  22. 39720af Remove global NONAMELESS* define for tests too. by Alexandre Julliard · 22 years ago
  23. f1b4819 Use import libraries when building tests too. Make sure the .a by Alexandre Julliard · 22 years ago
  24. 309fde7 Fixed some dependencies. by Alexandre Julliard · 22 years ago
  25. bc8b8a2 Generate proper dependencies for testlist.c. by Francois Gouget · 22 years ago
  26. 3144b3c -DSTRICT is now the default behavior. by Alexandre Julliard · 22 years ago
  27. 310de88 Check file header to differentiate between object files and resources by Alexandre Julliard · 22 years ago
  28. bcf2a78 Build test programs as part of the normal build. by Alexandre Julliard · 22 years ago
  29. e0c6370c Removed some checklink rules made unnecessary by the -z defs linker flag. by Alexandre Julliard · 22 years ago
  30. 1550044 Add -lc when linking dlls to avoid warnings on FreeBSD. by Alexandre Julliard · 22 years ago
  31. e39e8a1 Rewrite make_ctests and runtest in shell. by Dimitrie O. Paun · 22 years ago
  32. 910851a Added winebuild -e option to specify the entry point and removed the by Alexandre Julliard · 22 years ago
  33. 0cf7533 Moved the test routines from wtmain.c into wine/test.h so that they by Alexandre Julliard · 22 years ago
  34. a593d3d Build tests with -DSTRICT. by Alexandre Julliard · 23 years ago
  35. c728efc Added --disable-win16 configure option. by Alexandre Julliard · 23 years ago
  36. 4b9344e Moved ts_xlib.c into x11drv and removed libwine_tsx11. by Alexandre Julliard · 23 years ago
  37. a258ab0 Tests are regular Winelib applications and thus should not be compiled by Francois Gouget · 23 years ago
  38. c3c587e Added preliminary support for cross-compiling tests using mingw on by Alexandre Julliard · 23 years ago
  39. c963d90 Test results need to depend on the module being tested. by Alexandre Julliard · 23 years ago
  40. edeee89 Create separate makefiles for tests for more flexibility. by Alexandre Julliard · 23 years ago