oleaut32: Add a test for loading/saving an empty picture.
[wine] / dlls / Makedll.rules.in
2002-05-09  Alexandre JulliardMoved imports specification from the .spec into the...
2002-03-26  Alexandre JulliardRenamed some 16-bit spec files to match the dll name.
2002-03-20  Alexandre JulliardFixed rules for main module spec file.
2002-03-20  Alexandre JulliardChanged builtin dlls file names to make it clear they...
2002-02-20  Alexandre JulliardPreliminary version of the C unit tests run-time enviro...
2002-01-10  Alexandre JulliardAdded rules for running tests.
2001-09-17  Alexandre JulliardImproved make_dlls script. Moved dll list out of
2001-05-07  Marcus MeissnerSanity check for Makedll.rules.in -> Makedll.rules...
2001-04-10  Francois GougetAllow the Makefile.in to define EXTRADEFS and add it...
2000-12-22  Hidenori TakeshimaUse dllwrap for building shared libraries in cygwin.
2000-12-06  Alexandre JulliardUse libwine and libwine_unicode directly from their...
2000-12-02  Alexandre JulliardAlways put the dll constructor in the .init section...
2000-11-10  Alexandre JulliardWe do not need to set SOVERSION for dlls.
2000-11-10  Alexandre JulliardDon't link libwine_unicode into all dlls.
2000-11-05  Alexandre JulliardDeclare debug channels in all dlls that need them;...
2000-10-31  Alexandre JulliardBuild ntdll as a real dll, including everything that...
2000-08-03  Alexandre JulliardAdded imports of user32/gdi32/kernel32 wherever necessary.
2000-07-25  Alexandre JulliardMake unicode.o into a separate ELF library so that...
2000-06-20  Alexandre JulliardFor dlls, derive SPEC_SRCS from MODULE and ALTNAMES.
2000-04-24  Alexandre JulliardImplemented on-demand loading of builtin dlls using...
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...