wintrust: Use path in WIN_TRUST_SUBJECT_FILE structure rather than assuming a path...
[wine] / dlls / Makedll.rules.in
2008-03-06  Alexandre Julliardmakefiles: Support non-standard import lib names in...
2008-03-04  Rob Shearmanmakefiles: Split AR into AR and ARFLAGS.
2008-03-04  Rob Shearmanmakefiles: Simplify the use of the IMPORTLIB variable...
2008-03-03  Alexandre Julliarddlls: Move installation rules for 16-bit placeholders...
2007-12-11  Alexandre JulliardMakedll.rules: Add a generic EXTRADLLFLAGS variable...
2007-05-08  Alexandre Julliardkernel32: Set the dll file name with the correct case...
2007-01-01  Alexandre Julliardconfigure: Use the correct ar tool when building Mingw...
2006-09-09  Alexandre Julliardmakefiles: Make sure that all phony targets depend...
2006-09-09  Alexandre Julliardmakefiles: Avoid empty variables in substitutions,...
2006-08-26  Alexandre Julliardmakefiles: Get rid of the checklink rules, they no...
2006-08-16  Alexandre Julliardconfigure: Setting rpath should no longer be needed...
2006-08-07  Alexandre Julliardmakefiles: Use make dependencies to create installation...
2006-07-11  Alexandre Julliardwinegcc: Automatically add the correct lib paths when...
2006-04-17  Mike McCormackconfigure: Remove the --disable-debug and --disable...
2006-03-20  Alexandre Julliardconfigure: Use --rpath when linking dlls too.
2006-03-16  Alexandre JulliardRemove some no longer needed library paths.
2006-02-16  Alexandre Julliardlibwine: New naming scheme for 16-bit builtin dlls.
2006-02-14  Mike FrysingerAdd support for 'make install DESTDIR'.
2005-09-28  Alexandre JulliardDeclare debug channels as static variables so that...
2005-09-28  Mike McCormackMake sure to build the def file after a make clean...
2005-09-21  Alexandre JulliardGenerate 16-bit spec files as assembly code too.
2005-09-15  Alexandre JulliardNow that everything is done in assembly in the spec...
2005-08-27  Alexandre JulliardFixed the checklink target to link against winecrt0...
2005-08-09  Alexandre JulliardSpecify a base address for kernel and ntdll.
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  William Poetra Yoga HSupport building man pages outside of the source directory.
2005-05-07  Alexandre JulliardAdded rules to build import libraries in the individual...
2005-05-06  Alexandre JulliardAdded support in winebuild for specifying import librar...
2005-03-08  Dimitrie O. PaunAdd support for .exe's with exported functions.
2005-01-07  Jon GriffithsUse the source dir as the documentation root dir.
2004-10-19  Vincent BéronUse a new DLLDEFS variable in configure/Makefiles to...
2004-08-11  Alexandre JulliardAvoid some non-portable makefile constructs, and get...
2004-04-19  Marcus MeissnerFixed DLLMODE handling (--mode is now --subsystem and...
2004-03-25  Alexandre JulliardRemoved check for -lm, winegcc takes care of that.
2004-03-24  Alexandre JulliardBuild the dlls with winegcc.
2004-02-17  Alexandre JulliardAdded support for building a dll from a .def file for...
2004-02-16  Marcus MeissnerAllow specification of "DLLMODE=native" for native...
2004-01-26  Alexandre JulliardMoved libuuid to the dlls directory, and moved the...
2003-10-11  Alexandre JulliardDefine an LDDLL command to link dlls, instead of using...
2003-10-10  Alexandre JulliardThe intermediate .tmp.o file is no longer needed.
2003-10-10  Alexandre JulliardLDIMPORTS is no longer needed.
2003-09-24  Alexandre JulliardMoved DLLFLAGS to a separate variable instead of includ...
2003-08-23  Alexandre JulliardGot rid of 16-bit glue code generation since it is...
2003-06-13  Alexandre JulliardProper support for CPPFLAGS and LDFLAGS (suggested...
2003-04-21  Alexandre JulliardRemoved no longer needed uses of LDPATH.
2003-04-14  Alexandre JulliardAllow overriding CFLAGS when running configure. Other...
2003-04-12  Alexandre JulliardFixed rules for auto documentation (reported by Vincent...
2003-04-01  Alexandre JulliardAdded support for specifying an stdcall dll entry point.
2003-03-23  Alexandre JulliardList 16-bit spec files explicitly to avoid problems...
2003-03-23  Alexandre JulliardConverted winebuild option parsing to use getopt_long...
2003-03-22  Alexandre JulliardMoved libwine to libs/ directory.
2003-03-21  Alexandre JulliardMoved libwine_unicode to the libs/ directory.
2003-03-19  Alexandre JulliardCreated a separate static portability library and moved...
2003-01-04  Dimitrie O. PaunRename __WINE__ to __WINESRC__.
2002-12-13  Alexandre JulliardFixed some dependencies.
2002-12-12  Alexandre JulliardImplemented import libraries; on Unix we import the...
2002-12-07  Alexandre JulliardDon't build tests by default just yet.
2002-12-06  Alexandre JulliardCheck file header to differentiate between object files...
2002-12-06  Alexandre JulliardBuild test programs as part of the normal build.
2002-11-30  Alexandre JulliardRemoved some checklink rules made unnecessary by the...
2002-11-21  Alexandre JulliardAdd -lc when linking dlls to avoid warnings on FreeBSD.
2002-11-06  Alexandre JulliardAdded winebuild -e option to specify the entry point...
2002-10-29  Alexandre JulliardOnly run the 32-bit checklink for dlls that contain...
2002-10-02  Alexandre JulliardAdded --disable-win16 configure option.
2002-09-25  Alexandre JulliardMoved ts_xlib.c into x11drv and removed libwine_tsx11.
2002-09-06  Alexandre JulliardAdded preliminary support for cross-compiling tests...
2002-08-09  Alexandre JulliardCreate separate makefiles for tests for more flexibility.
2002-08-01  Alexandre JulliardCreate at most one glue file for a single dll.
2002-07-29  Steven EdwardsFix building/linking resources on Mingw.
2002-06-20  Steven EdwardsGive the import libs a proper name.
2002-06-14  Alexandre JulliardRemoved install_libdir targets and centralized the...
2002-06-01  Alexandre JulliardRemoved some more trailing whitespace.
2002-05-22  Alexandre JulliardNew loading scheme for Winelib apps, makes them behave...
2002-05-17  Alexandre JulliardA few fixes for mingw cross-compilation.
2002-05-14  Alexandre JulliardAdded winebuild support for generating a .dbg.c file...
2002-05-11  Alexandre JulliardAdded -res option to specify resources on winebuild...
2002-05-09  Alexandre JulliardAdded mkinstalldirs to create directories more portably.
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...