wininet/tests: Improve error reporting in a couple of tests.
[wine] / programs / Makeprog.rules.in
2012-01-23  Alexandre Julliardmakefiles: Define __WINESRC__ when building programs.
2012-01-20  Alexandre Julliardmakefiles: Disable use of Unicode macros globally for...
2010-02-11  Alexandre Julliardmakefiles: Move all the recursion rules to the top...
2009-10-07  Alexandre Julliardprograms: Build all programs with -DWINE_STRICT_PROTOTYPES.
2009-08-18  Alexandre Julliardmakefiles: Add rules for installing fake modules.
2009-08-18  Alexandre Julliardmakefiles: Add rules for building fake modules.
2009-06-03  Alexandre Julliardmakefiles: Add resource files to the standard object...
2009-06-02  Alexandre Julliardmakefiles: Remove special handling of .res.o files...
2009-06-01  Alexandre Julliardwinegcc: Add support for building PE executables using...
2009-03-03  Alexandre Julliardmakefiles: Add a dummy dependency on empty targets...
2009-02-24  Alexandre Julliardprograms: Only create executable wrappers for programs...
2009-02-06  Alexandre Julliardmakefiles: Pass the target flags to winegcc.
2008-08-25  Alexandre Julliardmakefiles: Recurse into all directories for install...
2008-05-26  Alexandre Julliardprograms: Use the Wine import libraries when compiling...
2006-09-09  Alexandre Julliardmakefiles: Avoid empty variables in substitutions,...
2006-08-16  Alexandre Julliardconfigure: Setting rpath should no longer be needed...
2006-08-07  Alexandre Julliardmakefiles: Use make dependencies to create installation...
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-20  Alexandre Julliardconfigure: Use --rpath when linking dlls too.
2006-03-16  Alexandre JulliardRemove some no longer needed library paths.
2006-02-14  Mike FrysingerAdd support for 'make install DESTDIR'.
2005-09-28  Alexandre JulliardDeclare debug channels as static variables so that...
2005-05-10  Alexandre JulliardBuild and load import libraries directly from the dll...
2005-05-06  Alexandre JulliardAdded support in winebuild for specifying import librar...
2005-03-05  Vincent BéronAPPMODE can now be one of -mwindows or -mconsole.
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 all the programs 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-06-13  Alexandre JulliardProper support for CPPFLAGS and LDFLAGS (suggested...
2003-04-21  Alexandre JulliardRemoved no longer needed uses of LDPATH.
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-07  Alexandre JulliardDefined NONAMELESSUNION/STRUCT directly in the files...
2002-12-10  Alexandre Julliard-DSTRICT is now the default behavior.
2002-12-06  Alexandre JulliardCheck file header to differentiate between object files...
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-06  Alexandre JulliardAdded winebuild -e option to specify the entry point...
2002-09-25  Alexandre JulliardMoved ts_xlib.c into x11drv and removed libwine_tsx11.
2002-08-09  Alexandre JulliardCreate separate makefiles for tests for more flexibility.
2002-08-01  Alexandre JulliardCreate at most one glue file for a single dll.
2002-07-29  Steven EdwardsFix building/linking resources on Mingw.
2002-06-20  Alexandre JulliardAdded dependency on program symlink for unit tests.
2002-06-14  Alexandre JulliardFixed make install target to work even when nothing...
2002-05-22  Alexandre JulliardNew loading scheme for Winelib apps, makes them behave...
2002-05-21  Alexandre JulliardRenamed Winelib apps to .exe.so to follow the dll namin...
2002-05-14  Alexandre JulliardAdded winebuild support for generating a .dbg.c file...
2002-05-12  Alexandre JulliardAdded some support for cross-compilation using mingw32.
2002-05-11  Alexandre JulliardAdded -res option to specify resources on winebuild...
2002-05-09  Alexandre JulliardAdded mkinstalldirs to create directories more portably.
2002-05-09  Alexandre JulliardMoved imports specification from the .spec into the...
2002-01-10  Alexandre JulliardAdded rules for running tests.
2001-11-24  Alexandre JulliardCompile all programs with -DSTRICT -DNONAMELESSUNION...
2000-12-10  Dennis BjorklundRemove old link before creating the new one.
2000-12-06  Alexandre JulliardUse libwine and libwine_unicode directly from their...
2000-12-02  Alexandre JulliardAlways put the dll constructor in the .init section...
2000-11-10  Alexandre JulliardAdded Makeprog.rules.in containing rules for building...