makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / comcat / Makefile.in
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-07-21  Alexandre Julliarddlls: Remove explicit imports of kernel32 and ntdll.
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2008-10-11  Alexandre Julliardcomcat: Moved all the implementation to ole32 where...
2008-10-11  Alexandre Julliardcomcat: Get rid of the redundant IUnknown vtable for...
2008-10-11  Alexandre Julliardcomcat: Moved dll registration to ole32.
2008-04-30  Alexandre Julliardmakefiles: List the static libraries as normal imports...
2006-10-04  Michael Stefaniuccomcat: Win64 printf format warning fixes.
2006-09-29  Michael StefaniucAdd a WINE_NO_LONG_INT define to many makefiles to...
2006-09-14  Alexandre Julliardmakefiles: Generate the dependencies line to avoid...
2006-08-28  Alexandre Julliardmakefiles: Only run test and documentation targets...
2006-07-17  Aric Stewartcomcat: cImplemented or cRequired of -1 means to match...
2006-07-11  Alexandre Julliardlibs: Merged libwine_unicode into libwine.
2005-07-26  Alexandre JulliardDon't generate import libraries for dlls that don't...
2005-05-09  Alexandre JulliardAdded rules for building import libraries in the indivi...
2004-01-27  Alexandre JulliardOnly link against libdxguid where necessary.
2003-10-11  Dimitrie O. PaunRemove SYMBOLFILE and LDDLLFLAGS from Makefiles.
2003-01-20  John K. HohmAdded optional OLESelfRegister to wine_common_ver.rc...
2002-06-13  John K. HohmCompleted implementation of comcat.dll, incl. Dll[Un...
2002-06-02  John K. HohmComplete ICatInformation implementation.
2002-05-29  Alexandre JulliardReplaced swprintf by wsprintfW.
2002-05-17  Alexandre JulliardRemoved most imports of ntdll since we no longer import...
2002-05-14  John K. HohmAdded comcat.dll with factory and manager but E_NOTIMPL...