makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / tools / widl / 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 depende...
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2010-02-08  Alexandre Julliardmakefiles: Generate a general catch-all dependency...
2009-10-05  Alexandre Julliardtools: Build all the tools with -D__WINESRC__.
2008-12-29  Rob Shearmanwidl: Hide the details of where arguments, fields,...
2008-08-25  Alexandre Julliardmakefiles: Recurse into all directories for install...
2008-04-22  Rob Shearmanwidl: Move expression functions to a new file, expr.c.
2007-03-08  Alexandre Julliardconfigure: Get rid of lex compatibility support, we...
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-09-11  Alexandre Julliardmakefiles: List bison dependencies explicitly for paral...
2006-09-09  Alexandre Julliardmakefiles: Add global rules for bison and lex files.
2006-08-07  Alexandre Julliardmakefiles: Use make dependencies to create installation...
2006-07-11  Alexandre Julliardlibs: Get rid of the symlinks for the static libs.
2006-02-14  Mike FrysingerAdd support for 'make install DESTDIR'.
2006-01-03  Alexandre JulliardAdded some flex options to avoid compiler warnings.
2005-12-08  Robert Shearmanwidl: Add a type generator framework.
2005-10-06  Alexandre JulliardPut Wine version information in all the man pages.
2005-09-28  Alexandre JulliardNow that we are requiring bison anyway, make the .tab...
2005-02-23  Eric Kohl- Add basic support for creating client and server...
2005-01-06  Huw DaviesInitial support for typelib generation.
2004-03-09  Hannu ValtonenAdded a man page for widl.
2004-01-07  Ove KaavenAdded rules to parse library, coclass, dispinterface...
2003-05-01  Alexandre JulliardMoved the wpp library from tools/ to libs/.
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-12-15  Alexandre JulliardAdded y.tab.[ch] pseudo-dependencies to fix parallel...
2002-08-10  Alexandre JulliardAdded explicit dependency on y.tab.h for lex output.
2002-07-20  Alexandre JulliardExplicitly specify the path to wpp.h so we don't need...
2002-07-16  Alexandre JulliardMerged the IDL compiler written by Ove Kaaven.