makefiles: Rename the SRCDIR, TOPSRCDIR and TOPOBJDIR variables to follow autoconf...
[wine] / dlls / Makedll.rules.in
2010-09-19  Alexandre Julliardmakefiles: Rename the SRCDIR, TOPSRCDIR and TOPOBJDIR...
2010-07-26  Alexandre Julliardmakefiles: Always build the cross import libraries...
2010-07-21  Alexandre Julliarddlls: Remove explicit imports of kernel32 and ntdll.
2010-03-25  Alexandre Julliardmakefiles: Output all the documentation rules explicitl...
2010-02-11  Alexandre Julliardmakefiles: Move all the recursion rules to the top...
2010-01-23  Alexandre Julliardmakefiles: Add rules for cross-compiling static libraries.
2009-12-30  Alexandre Julliardmakefiles: Get rid of all the rules for building old...
2009-12-30  Alexandre Julliardmakefiles: Use winebuild to create the Windows import...
2009-08-18  Alexandre Julliardmakefiles: Add rules for installing fake modules.
2009-08-18  Alexandre Julliardmakefiles: Add rules for building fake modules.
2009-06-08  Stefan Stranzc2man: Add xml documentation creation.
2009-06-03  Alexandre Julliardmakefiles: Add resource files to the standard object...
2009-06-02  Alexandre Julliardmakefiles: Remove special handling of .res.o files...
2009-06-01  Alexandre Julliardwinegcc: Add support for building PE executables using...
2009-03-03  Alexandre Julliardmakefiles: Add a dummy dependency on empty targets...
2009-02-26  Alexandre Julliardmakefiles: Avoid nested variable expansion that doesn...
2009-02-06  Alexandre Julliardmakefiles: Pass the target flags to winegcc.
2009-01-14  Alexandre Julliardconfigure: Specify the target flags directly from confi...
2008-12-26  Alexandre Julliardconfigure: When cross-compiling, propagate the target...
2008-12-22  Alexandre Julliardlibport: Replacement for poll().
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.
next