Fix signed/unsigned comparison warnings.
[wine] / dlls / make_dlls
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.