makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / winmm / Makefile.in
2010-09-19  Alexandre Julliardmakefiles: Add a standard header for all makefiles...
2010-08-27  Anders Jonssonwinmm: Add Swedish translation.
2010-07-21  Alexandre Julliarddlls: Remove explicit imports of kernel32 and ntdll.
2010-07-15  Igor Paliychukwinmm: Add Ukrainian translation.
2010-07-13  Michael Stefaniucwinmm: Add the Romanian translation.
2010-03-16  Alexandre Julliardmakefiles: Remove the no longer needed explicit separat...
2009-10-23  Eric Pouechwinmm: Final split of mmsystem.
2009-10-19  Eric Pouechmmsystem: Move the 16-bit MCI functions to a new mci16...
2009-10-15  Eric Pouechmmsystem: Move the 16bit mmio code into a dedicated...
2009-07-03  Michael Stefaniucwinmm: Build language resource files separately.
2009-03-23  Alexandre Julliardwinmm: Make sound.drv into a stand-alone 16-bit module.
2008-03-04  Rob Shearmanmakefiles: Simplify the use of the IMPORTLIB variable...
2006-11-09  Eric Pouechwinmm: Remove WINE_NO_LONG_AS_INT.
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-11  Alexandre Julliardlibs: Merged libwine_unicode into libwine.
2005-10-30  Julien CegarraCorrect name of sound.dll to sound.drv (WIN16).
2005-05-09  Alexandre JulliardAdded rules for building import libraries in the indivi...
2005-02-09  Eric Pouech- rewrite MCI interfaces as Unicode interface (as it...
2004-08-11  Alexandre JulliardAvoid some non-portable makefile constructs, and get...
2003-10-11  Dimitrie O. PaunRemove SYMBOLFILE and LDDLLFLAGS from Makefiles.
2003-03-23  Alexandre JulliardList 16-bit spec files explicitly to avoid problems...
2003-03-07  Steven EdwardsAdd import of ntdll.
2003-02-27  Alexandre JulliardReplaced most uses of the auto-generated glue code...
2002-11-04  Francois GougetTest sound format support with waveOutGetDevCaps and...
2002-10-31  Eric Pouechwinmm/mmsystem now compiles with -DSTRICT.
2002-10-29  Eric Pouech- internal renaming (no longer using MMSYSTEM prefixes...
2002-10-28  Eric PouechMove MCI message mapping out of 32 bit code.
2002-10-18  Alexandre JulliardAdded support for building certain dlls with -DSTRICT.
2002-10-10  Eric PouechStarted putting all 16 bit code in separate files.
2002-10-02  Alexandre JulliardAdded --disable-win16 configure option.
2002-08-01  Alexandre JulliardCreate at most one glue file for a single dll.
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-03-20  Alexandre JulliardChanged builtin dlls file names to make it clear they...
2002-02-15  Patrik StridvallAdded some defines for compatibility with Windows headers.
2001-01-13  Alexandre Julliardwinmm.dll can now be properly separated.
2000-12-21  Eric PouechCleaned up the code a bit.
2000-12-13  Eric PouechSplit driver functions into USER (16 bit part) and...
2000-11-06  Alexandre JulliardRemoved SUBDIRS in winmm Makefile.
2000-11-05  Alexandre JulliardDeclare debug channels in all dlls that need them;...
2000-10-23  Alexandre JulliardBuild Win32 resources as .res files and dump them into...
2000-08-06  Alexandre JulliardAdded imports of kernel32.dll where necessary.
2000-08-03  Alexandre JulliardAdded imports of user32/gdi32/kernel32 wherever necessary.
2000-07-26  Alexandre JulliardMerged setupx.dll into setupapi.dll.
2000-06-20  Alexandre JulliardFor dlls, derive SPEC_SRCS from MODULE and ALTNAMES.
2000-06-08  Alexandre JulliardSimplified wrc flags handling.
2000-04-09  Alexandre JulliardImproved support for Makefiles that need to recurse...
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-02-26  Eric PouechMoved hardware related handling to dlls/winmm/joystick...
2000-01-04  Eric PouechPut back visible minimum timer resolution to 1 ms.
1999-10-24  Eric PouechSplit the multimedia/ directory into dlls/ subdirectories.
1999-09-22  Eric PouechAdded dlls/winmm and dlls/winmm/wineoss directories.