makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / avifil32 / 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...
2009-07-02  Michael Stefaniucavifil32: Build language resource files separately.
2009-03-24  Alexandre Julliardavifil32: Make avifile.dll into a stand-alone 16-bit...
2008-04-30  Alexandre Julliardmakefiles: List the static libraries as normal imports...
2008-03-04  Rob Shearmanmakefiles: Simplify the use of the IMPORTLIB variable...
2006-10-10  Michael Stefaniucavifil32: 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-07-12  Bang Jun-Youngavifil32: Remove unnecessary dependency on ntdll.
2006-07-11  Alexandre Julliardlibs: Merged libwine_unicode into libwine.
2006-05-24  Alexandre JulliardLink against libwine_unicode everywhere we use Unicode...
2005-07-02  Marcus MeissnerUse CoCreateInstance instead of SHCoCreateInstance...
2005-05-09  Alexandre JulliardAdded rules for building import libraries in the indivi...
2005-01-03  Alexandre JulliardFixed CLSID_AVISimpleUnMarshal export.
2004-08-11  Alexandre JulliardAvoid some non-portable makefile constructs, and get...
2004-01-27  Alexandre JulliardOnly link against libdxguid where necessary.
2003-10-11  Dimitrie O. PaunRemove SYMBOLFILE and LDDLLFLAGS from Makefiles.
2003-10-04  Michael Günnewig- First part of a new IAVIEditStream implementation.
2003-08-23  John K. HohmImplement DllRegisterServer and DllUnregisterServer...
2003-06-23  Michael Günnewig- Fixed some signed/unsigned mismatches.
2003-03-23  Alexandre JulliardList 16-bit spec files explicitly to avoid problems...
2002-10-21  Michael GünnewigNew AVI streamhandlers for audio and video streams.
2002-10-19  Michael Günnewig- Fixed loading of wave files.
2002-10-18  Michael Günnewig- Add wavefile handler.
2002-10-10  Michael Günnewig- Move the API into a new api.c file.
2002-05-17  Alexandre JulliardRemoved most imports of ntdll since we no longer import...
2002-05-11  Alexandre JulliardAdded -res option to specify resources on winebuild...
2002-05-09  Alexandre JulliardMoved imports specification from the .spec into the...
2002-05-02  Alexandre JulliardRemoved a bunch of multimedia code at Hidenori's request.
2002-03-20  Alexandre JulliardChanged builtin dlls file names to make it clear they...
2001-06-07  Hidenori TakeshimaImplemented some part of AVIFIL32.
2000-12-06  Alexandre JulliardCreated a small static library in ole/libuuid.a that...
2000-11-16  Alexandre JulliardAvoid linking with ntdll where possible.
2000-11-12  Alexandre JulliardStart using import tables for dlls that can already...
2000-11-05  Alexandre JulliardDeclare debug channels in all dlls that need them;...
2000-08-03  Alexandre JulliardAdded imports of user32/gdi32/kernel32 wherever necessary.
2000-06-20  Alexandre JulliardFor dlls, derive SPEC_SRCS from MODULE and ALTNAMES.
2000-03-05  Alexandre JulliardAdded support for creating extra symlinks for .so files...
2000-03-04  Alexandre JulliardMoved dll-specific make rules to a separate Makedll...
2000-02-26  Alexandre JulliardMade winmm a separate shared library.
2000-01-31  Alexandre JulliardBuild most dlls as separate shared libraries.
1999-08-15  Ulrich WeigandAdapted to glue code generation changes.
1999-08-04  Ulrich WeigandMoved various DLLs to dlls/
1999-07-25  Ulrich WeigandMoved .spec files to corresponding dlls/ directory.
1999-03-13  Marcus MeissnerStarted on avifil32 implementation (only stubs currently).