Make.rules: Make all submake invocations silent for consistency.
[wine] / Make.rules.in
2006-08-07  Alexandre JulliardMake.rules: Make all submake invocations silent for...
2006-08-01  Alexandre Julliardmakedep: Always search for includes in the standard...
2006-08-01  Alexandre Julliardmakedep: Don't add dependencies for system headers.
2006-07-29  Alexandre JulliardMake.rules: Replace RC_TLB by IDL_TLB_SRCS as tlb files...
2006-07-11  Alexandre Julliardwinegcc: Automatically add the correct lib paths when...
2006-07-11  Alexandre Julliardlibs: Get rid of the symlinks for the static libs.
2006-07-11  Alexandre Julliardlibs: Merged libwine_unicode into libwine.
2006-05-28  Alexandre JulliardMake.rules: Define datarootdir to avoid a configure...
2006-02-17  Alexandre Julliardtools: Added 'relpath' tool to compute relative Unix...
2005-10-06  Alexandre JulliardAdded global rules for man pages.
2005-09-28  Alexandre JulliardDeclare debug channels as static variables so that...
2005-09-28  Alexandre JulliardNow that we are requiring bison anyway, make the .tab...
2005-09-21  Alexandre JulliardGenerate 16-bit spec files as assembly code too.
2005-08-11  Mike McCormackTurn off gcc 4.0's builtin wchar inlines.
2005-08-09  Alexandre JulliardAdded support for the --image-base linker option in...
2005-07-20  Robert Shearmanttf files for bitmap fonts should be generated with...
2005-05-07  Alexandre JulliardAdded rules to build import libraries in the individual...
2005-05-04  Hans LeidekkerMove all files from winapi_check/ to winapi/, and remov...
2005-03-16  Alexandre JulliardConverted the make_ctests script to C (based on a patch...
2005-03-08  Dimitrie O. PaunAdd support for .exe's with exported functions.
2005-02-08  Vincent BéronMake tlb generation from idl files dependent on widl.
2005-02-01  Alexandre JulliardDon't clean all tlb files, only the ones we generated.
2005-01-28  Huw DaviesAdded stdole32.tlb.
2004-10-07  Alexandre JulliardForce all the tools to be rebuilt before make depend...
2004-10-05  Alexandre JulliardRemoved no longer needed ICOM compatibility mode in...
2004-09-21  Alexandre JulliardBuild the .h files from their idl source at compile...
2004-09-20  Alexandre JulliardBuild idl files as part of the normal build process.
2004-09-13  Alexandre JulliardTurn on warnings when building the .def file.
2004-08-22  Alexandre JulliardAdded recursive idl target to allow updating idl files...
2004-08-17  Huw DaviesFirst stab at Wine versions of Courier, System and...
2004-03-24  Alexandre JulliardBuild the dlls with winegcc.
2004-03-16  Mike McCormackRequire bison to compile Wine.
2004-03-03  Alexandre JulliardRenamed the symbol for the cpp binary to avoid conflict...
2004-03-02  Alexandre JulliardBuild the tests with winegcc.
2004-03-02  Dimitrie O. PaunInstrument winegcc to use the compilers and options...
2004-02-17  Alexandre JulliardAdded support for building a dll from a .def file for...
2004-01-27  Alexandre JulliardOnly link against libdxguid where necessary.
2004-01-26  Alexandre JulliardMoved libuuid to the dlls directory, and moved the...
2003-12-13  Alexandre JulliardAdd DEFS to the resource compiler flags.
2003-10-11  Alexandre JulliardDefine an LDDLL command to link dlls, instead of using...
2003-10-03  Dimitrie O. PaunExtract binary resources to files, to fit the standard.
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-07-21  Richard CohenAlways use our own c2man.
2003-06-13  Alexandre JulliardProper support for CPPFLAGS and LDFLAGS (suggested...
2003-05-06  Dimitrie O. PaunMake it easy to use something other than wrc to compile...
2003-05-01  Alexandre JulliardMoved the wpp library from tools/ to libs/.
2003-04-21  Alexandre JulliardRemoved no longer needed uses of LDPATH.
2003-04-21  Alexandre JulliardSupport resources in cross-compiled tests.
2003-04-14  Alexandre JulliardAllow overriding CFLAGS when running configure. Other...
2003-04-11  Alexandre JulliardAdded support for generating dependencies for idl files.
2003-03-28  Dimitrie O. PaunRemove the no longer needed -m option, ignore -r for...
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-20  Alexandre JulliardMoved libwine_uuid to the new libs/ directory.
2003-03-19  Dimitrie O. PaunRemove -J, -P, and -V as they have long options equival...
2003-03-19  Alexandre JulliardCreated a separate static portability library and moved...
2003-03-15  Jon GriffithsUpdated rules for API doc generation.
2003-01-09  Alexandre JulliardDo not define __WINESRC__ when building tools and miscemu.
2003-01-09  Alexandre JulliardAdded a few rules to rebuild idl headers.
2003-01-09  Marcus MeissnerCheck and define AS (for cross/biarch compiler support).
2003-01-09  Dimitrie O. PaunCollapse the -hHrs options into the -O option.
2003-01-04  Dimitrie O. PaunRename __WINE__ to __WINESRC__.
2002-12-19  Alexandre JulliardRemoved unnecessary --add-stdcall-alias flag.
2002-12-12  Alexandre JulliardImplemented import libraries; on Unix we import the...
2002-12-11  Alexandre JulliardPass the -J option to wrc to avoid including installed...
2002-12-03  Alexandre JulliardAdded rules for compiling IDL files.
2002-11-11  Dimitrie O. PaunRewrite make_ctests and runtest in shell.
2002-11-06  Alexandre JulliardAdded winebuild -e option to specify the entry point...
2002-10-19  Martin FuchsCorrected the alignment of unicode message table string...
2002-10-02  Alexandre JulliardAdded --disable-win16 configure option.
2002-10-01  Alexandre JulliardMoved X flags and libraries out of Make.rules into...
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-02  Alexandre JulliardInstall the aclocal macros for use by Winelib apps.
2002-08-02  Alexandre JulliardDon't pass the perl C flags to winebuild.
2002-08-01  Alexandre JulliardCreate at most one glue file for a single dll.
2002-07-31  Alexandre JulliardUse the normal perl interpreter for test scripts that...
2002-07-29  Steven EdwardsFix building/linking resources on Mingw.
2002-07-20  Alexandre JulliardFixed linking rule for test programs (spotted by Gregg...
2002-06-21  Alexandre JulliardMade some more spec file entries optional or unnecessary.
2002-06-14  Alexandre JulliardFixed make install target to work even when nothing...
2002-06-01  Alexandre JulliardRemoved some more trailing whitespace.
2002-05-24  Alexandre JulliardNo longer need a special LDCOMBINE for cygwin/mingw.
2002-05-22  Alexandre JulliardNew loading scheme for Winelib apps, makes them behave...
2002-05-22  Alexandre JulliardAdded check for ln.
2002-05-21  Alexandre JulliardRenamed Winelib apps to .exe.so to follow the dll namin...
2002-05-14  Alexandre JulliardAdded winebuild support for generating a .dbg.c file...
2002-05-14  Alexandre JulliardSpecify the complete source file list for a dll inside...
2002-05-12  Alexandre JulliardAdded some support for cross-compilation using mingw32.
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-04-02  Alexandre JulliardVarious makefile fixes for the test environment.
2002-03-22  Alexandre JulliardFixed rule for test program.
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...
next