Do not clear FD_WINE_CONNECTED on shutdown(). FD_WINE_CONNECTED
[wine] / Make.rules.in
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...
2002-02-28  Alexandre JulliardAdded make check target to run unit tests too since...
2002-02-20  Alexandre JulliardPreliminary version of the C unit tests run-time enviro...
2002-02-14  Alexandre JulliardUpgraded configure script to use autoconf 2.50 features...
2002-02-04  Dmitry TimoshkovSupport for generation of .def files from .spec files.
2002-02-02  Patrik Stridvall- Made runtest "use strict".
2002-01-14  Alexandre JulliardRewrote runtest in Perl so that it can be used on the...
2002-01-10  Alexandre JulliardAdded rules for running tests.
2001-12-14  Alexandre JulliardMade register and interrupt flags instead of entry...
2001-11-09  François GougetMake out-of-source-tree builds work with Solaris make.
2001-09-17  Alexandre JulliardImproved make_dlls script. Moved dll list out of
2001-09-14  Hidenori TakeshimaAdded stubs for mapi32, msimg32, sti and url.
2001-08-22  Francois GougetFixed man and doc-html rules.
2001-07-29  Patrik StridvallAdded a filter rule for filtering make output with
2001-07-26  Mike McCormackCorrect man page spec directory.
2001-07-02  Hidenori TakeshimaAdded stubs for quartz.dll.
2001-06-08  Marcus MeissnerImplemented glu32.dll as libGLU.so forwarder.
2001-05-31  Dmitry TimoshkovList 16-bit resources separately as RC_SRCS16.
2001-04-16  Rein KlazesAdded new dll wintrust.dll with a stub for WinVerifyTru...
2001-03-19  Satsuki FujishimaUse INSTALL_SCRIPT instead of INSTALL_PROGRAM for scripts.
2001-01-11  John R. SheetsImplemented stubs for IWebBrowser in shdocvw.dll.
2001-01-10  Jon Griffiths- Migrate CRTDLL to MSVCRT.
2000-12-27  Alexandre JulliardRenamed libuuid.a to libwine_uuid.a
2000-12-26  Ove KaavenSeparated the MZ loader and core DOS VM into dlls/winedos.
2000-12-22  Hidenori TakeshimaUse dllwrap for building shared libraries in cygwin.
2000-12-14  Hidenori TakeshimaAdded a spec file for 16bit imm.
2000-12-10  Alexandre JulliardMoved most builtin controls structures into their respe...
2000-12-06  Alexandre JulliardCreated a small static library in ole/libuuid.a that...
2000-12-06  Alexandre JulliardBuild tsx11 layer as a separate shared library.
2000-12-05  Dimitrie O. PaunUse the approriate command for combining .o files.
2000-12-02  Dennis BjörklundCompile fix for building wine outside the source tree.
2000-11-13  Alexandre JulliardDo a strip --strip-unneeded on the .tmp.o file to reduc...
2000-11-09  Alexandre JulliardAdded support in winebuild for resolving function impor...
2000-11-06  Alexandre JulliardUse .mc.rc extension for rc files generated by the...
2000-10-31  Alexandre JulliardBuild ntdll as a real dll, including everything that...
2000-10-25  Alexandre JulliardAdded support for loading .res files for 16-bit resources.
2000-10-23  Alexandre JulliardBuild Win32 resources as .res files and dump them into...
2000-09-29  Alexandre JulliardMoved $(MODULE).o rule out of Make.rules into the indiv...
2000-09-27  Alexandre JulliardChanged the Win32 dll descriptor to be in IMAGE_NT_HEAD...
2000-09-26  Marcus MeissnerMigrate $LDFLAGS from configure to Makefile and into...
2000-08-08  John R. SheetsConverted Wine documentation to SGML format.
2000-07-26  Alexandre JulliardMerged setupx.dll into setupapi.dll.
2000-07-25  Alexandre JulliardMake unicode.o into a separate ELF library so that...
2000-07-25  Alexandre JulliardAdded rules for message compiler .mc files.
2000-07-25  Alexandre JulliardTemporarily moved advapi32 registry support back into...
2000-07-25  Alexandre JulliardMerged wing.dll into gdi32.dll.
2000-07-24  Alexandre JulliardMerged msacm and msacm32 dlls.
2000-07-23  Mike McCormackCorrected c2man flags. It still crashes anyhow :-/
2000-07-15  Mike McCormackImplemented serialui dll containing CommConfigDialog,
2000-07-15  Huw D M DaviesCreate rpcrt4.dll.
2000-07-09  Alexandre JulliardCreated separate libraries for dplay, shfolder, shlwapi...
2000-07-08  Francois JacquesAdded setupapi shared library and SetupIterateCabinet...
2000-06-23  Alexandre JulliardSplit the build program in several files.
2000-06-23  Alexandre JulliardMoved shared crtdll/ntdll functions into ntdll.
2000-06-14  Alexandre JulliardRemoved @PROGEXT@ (it was broken anyway).
2000-06-13  Bertho StultiensInitial release of the message compiler.
2000-06-08  Alexandre JulliardSimplified wrc flags handling.
2000-06-03  Dimitrie O. PaunStart to separate KERNEL out of libwine.
2000-05-30  Dimitrie O. PaunSeparate wineps out of Wine's core.
2000-05-25  Alexandre JulliardDo not clear suffixes list (breaks BSD make).
2000-05-24  Alexandre JulliardRevived the GEN_C_SRCS variable to support wrc lex...
next