makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / tools / winebuild / Makefile.in
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2009-10-05  Alexandre Julliardtools: Build all the tools with -D__WINESRC__.
2008-08-25  Alexandre Julliardmakefiles: Recurse into all directories for install...
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-08-07  Alexandre Julliardmakefiles: Use make dependencies to create installation...
2006-02-14  Mike FrysingerAdd support for 'make install DESTDIR'.
2005-10-06  Alexandre JulliardAdded global rules for man pages.
2003-06-23  Francois GougetMake sure to return an error if the file generation...
2003-04-21  Alexandre JulliardResource names don't need a case-sensitive comparison...
2003-03-19  Alexandre JulliardCreated a separate static portability library and moved...
2003-01-09  Alexandre JulliardDo not define __WINESRC__ when building tools and miscemu.
2003-01-04  Dimitrie O. PaunRename __WINE__ to __WINESRC__.
2002-07-28  Alexandre JulliardAdded a winebuild man page.
2002-06-20  Steven EdwardsPortability fix.
2002-06-14  Alexandre JulliardFixed make install target to work even when nothing...
2002-05-09  Alexandre JulliardAdded mkinstalldirs to create directories more portably.
2002-04-27  Alexandre JulliardLink the tools and the server against libwine so we...
2000-12-06  Alexandre JulliardUse libwine and libwine_unicode directly from their...
2000-10-31  Alexandre JulliardBuild ntdll as a real dll, including everything that...
2000-10-25  Kristoffer GleditschAdded LDFLAGS to linking of wine-related binaries.
2000-10-25  Alexandre JulliardAdded support for loading .res files for 16-bit resources.
2000-10-23  Alexandre JulliardAdded support for loading Win32 .res files.
2000-09-27  Alexandre JulliardChanged the Win32 dll descriptor to be in IMAGE_NT_HEAD...
2000-06-23  Alexandre JulliardSplit the build program in several files.