wintrust: Use path in WIN_TRUST_SUBJECT_FILE structure rather than assuming a path...
[wine] / dlls / Maketest.rules.in
2008-07-09  Alexandre JulliardMaketest.rules: Use the cross-compiled import libraries...
2008-05-26  Alexandre Julliardtests: Use the Wine import libraries when compiling...
2007-07-06  Alexandre JulliardMaketest.rules: Add dependency on IDL headers for cross...
2007-03-07  Rob ShearmanMaketest.rules.in: Make CROSSOBJS consistent with the...
2006-09-11  Alexandre JulliardMaketest.rules: Don't require testlist.c to be built...
2006-08-28  Alexandre Julliardmakefiles: Only run test and documentation targets...
2006-07-29  Thomas KhoMaketest.rules.in: Fix comment.
2006-07-11  Alexandre Julliardwinegcc: Automatically add the correct lib paths when...
2006-04-17  Mike McCormackconfigure: Remove the --disable-debug and --disable...
2006-03-21  Alexandre Julliarddlls: Removed a number of dll symlinks that are no...
2006-03-16  Alexandre JulliardRemove some no longer needed library paths.
2005-08-02  Robert ShearmanMove TESTLIST from EXTRA_SRCS to C_SRCS in test makefil...
2005-05-10  Alexandre JulliardBuild and load import libraries directly from the dll...
2005-05-07  Alexandre JulliardAdded rules to build import libraries in the individual...
2005-03-16  Alexandre JulliardConverted the make_ctests script to C (based on a patch...
2004-10-19  Vincent BéronUse a new DLLDEFS variable in configure/Makefiles to...
2004-03-09  Alexandre JulliardTake advantage of the new winegcc -B support.
2004-03-03  Alexandre JulliardAvoid some redundant libraries on the winegcc command...
2004-03-02  Alexandre JulliardBuild the tests with winegcc.
2004-02-16  Alexandre JulliardRenamed --exe-mode option to --mode now that it can...
2004-01-26  Alexandre JulliardMoved libuuid to the dlls directory, and moved the...
2003-10-11  Alexandre JulliardDefine an LDDLL command to link dlls, instead of using...
2003-09-24  Alexandre JulliardMoved DLLFLAGS to a separate variable instead of includ...
2003-09-06  Alexandre JulliardAdded a missing dependency for testlist.c files.
2003-06-13  Alexandre JulliardProper support for CPPFLAGS and LDFLAGS (suggested...
2003-04-21  Alexandre JulliardRemoved no longer needed uses of LDPATH.
2003-04-21  Alexandre JulliardSupport resources in cross-compiled tests.
2003-04-16  Hans LeidekkerDon't link cross compiled tests against Wine import...
2003-03-23  Alexandre JulliardConverted winebuild option parsing to use getopt_long...
2003-03-19  Alexandre JulliardCreated a separate static portability library and moved...
2003-01-09  Alexandre JulliardRemove global NONAMELESS* define for tests too.
2002-12-15  Alexandre JulliardUse import libraries when building tests too. Make...
2002-12-13  Alexandre JulliardFixed some dependencies.
2002-12-11  Francois GougetGenerate proper dependencies for testlist.c.
2002-12-10  Alexandre Julliard-DSTRICT is now the default behavior.
2002-12-06  Alexandre JulliardCheck file header to differentiate between object files...
2002-12-06  Alexandre JulliardBuild test programs as part of the normal build.
2002-11-30  Alexandre JulliardRemoved some checklink rules made unnecessary by the...
2002-11-21  Alexandre JulliardAdd -lc when linking dlls to avoid warnings on FreeBSD.
2002-11-11  Dimitrie O. PaunRewrite make_ctests and runtest in shell.
2002-11-06  Alexandre JulliardAdded winebuild -e option to specify the entry point...
2002-10-30  Alexandre JulliardMoved the test routines from wtmain.c into wine/test...
2002-10-03  Alexandre JulliardBuild tests with -DSTRICT.
2002-10-02  Alexandre JulliardAdded --disable-win16 configure option.
2002-09-25  Alexandre JulliardMoved ts_xlib.c into x11drv and removed libwine_tsx11.
2002-09-17  Francois GougetTests are regular Winelib applications and thus should...
2002-09-06  Alexandre JulliardAdded preliminary support for cross-compiling tests...
2002-08-10  Alexandre JulliardTest results need to depend on the module being tested.
2002-08-09  Alexandre JulliardCreate separate makefiles for tests for more flexibility.