make_dlls: Ignore generated import libraries from the top-level .gitignore.
[wine] / dlls / make_dlls
2006-07-10  Alexandre Julliardmake_dlls: Ignore generated import libraries from the...
2006-07-10  Alexandre Julliardmake_dlls: Generate the .gitignore file.
2006-06-16  Alexandre Julliardx11drv: Renamed the x11drv directory to winex11.drv.
2006-06-15  Alexandre Julliarddlls: d3d8, d3d9 and ddraw no longer depend on OpenGL...
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-03-30  Alexandre Julliarddlls: Removed a number of no longer needed dependencies.
2006-03-21  Alexandre Julliarddlls: Removed a number of dll symlinks that are no...
2006-03-16  Alexandre Julliarddlls: Remove the no longer needed symlinks to the stati...
2006-03-02  Alexandre Julliarddlls: Remove 16-bit files on make clean.
2006-02-16  Alexandre Julliardlibwine: New naming scheme for 16-bit builtin dlls.
2006-02-14  Mike FrysingerAdd support for 'make install DESTDIR'.
2005-08-26  Alexandre JulliardWe no longer need a special case for the ntdll import...
2005-08-25  Alexandre JulliardInstall the static import libraries too.
2005-05-13  Alexandre JulliardBuild import libraries also when only doing an install...
2005-05-10  Alexandre JulliardBuild and load import libraries directly from the dll...
2005-05-09  Alexandre JulliardAdded rules for building import libraries in the indivi...
2005-05-07  Alexandre JulliardAdded rules to build import libraries in the individual...
2005-05-06  Alexandre JulliardRenamed ttydrv and x11drv to winetty.drv and winex11...
2004-08-24  Alexandre JulliardRemoved debug trace.
2004-08-17  Alexandre JulliardALTNAMES has been removed, use SPEC_SRCS16 instead.
2004-08-11  Alexandre JulliardAvoid some non-portable makefile constructs.
2004-03-12  Alexandre JulliardFixed implib target broken by previous change.
2004-03-10  Alexandre JulliardDo not create symlinks for the PE build since they...
2004-01-26  Alexandre JulliardMoved libuuid to the dlls directory, and moved the...
2004-01-02  Alexandre JulliardMake symlinks for 16-bit files point to the 32-bit...
2003-12-13  Steven EdwardsAdded implib rule for building import libs.
2003-12-02  Jacek CabanAdded glut32 dll.
2003-11-14  Raphael JunqueiraAdd the wined3d dll for beginning a cleaner d3d archite...
2003-10-11  Alexandre JulliardWe no longer need to link against ntdll in the Unix...
2003-10-10  Alexandre JulliardLDIMPORTS is no longer needed.
2003-07-01  Alexandre JulliardAdded d3d9 dll.
2003-06-24  Alexandre JulliardAnother make install dependency fix.
2003-06-23  Alexandre JulliardAdded import libs dependency for make install.
2003-05-15  Alexandre JulliardExplicitly clean generated symlinks.
2003-04-12  Alexandre JulliardFixed rules for auto documentation (reported by Vincent...
2003-02-19  Alexandre JulliardFixed installation order of linkable dlls.
2002-12-17  Raphael Junqueira- some D3D8 fixes
2002-12-15  Alexandre JulliardUse import libraries when building tests too. Make...
2002-12-12  Alexandre JulliardImplemented import libraries; on Unix we import the...
2002-10-02  Alexandre JulliardAdded --disable-win16 configure option.
2002-09-29  Alexandre JulliardDon't build d3d8 if we don't have OpenGL support.
2002-09-06  Alexandre JulliardAdded preliminary support for cross-compiling tests...
2002-08-09  Alexandre JulliardCreate separate makefiles for tests for more flexibility.
2002-07-01  Alexandre JulliardFixed make install from read-only build directory ...
2002-06-14  Alexandre JulliardFixed make install target to work even when nothing...
2002-06-14  Alexandre JulliardRemoved install_libdir targets and centralized the...
2002-05-23  Alexandre JulliardRestored the library file intermediate step for symlink...
2002-05-23  Alexandre JulliardRun make clean in all directories, even the ones we...
2002-05-21  Eric PouechNow runs in Perl strict mode.
2002-05-17  Alexandre JulliardGenerate a kernel32 dependency for dlls that have no...
2002-05-14  Alexandre JulliardUpdated make_dlls script for new import scheme.
2002-04-02  Alexandre JulliardVarious makefile fixes for the test environment.
2002-03-20  Alexandre JulliardChanged builtin dlls file names to make it clear they...
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-28  Alexandre JulliardAdded make check target to run unit tests too since...
2002-01-14  Alexandre JulliardRewrote runtest in Perl so that it can be used on the...
2001-09-17  Alexandre JulliardImproved make_dlls script. Moved dll list out of
2001-06-08  Alexandre JulliardAdded script to update dlls dependencies.