Honour the VNLP_COPYIFEXISTS flag when doing a copy operation.
[wine] / Makefile.in
2002-07-01  Alexandre JulliardFixed make install from read-only build directory ...
2002-06-14  Alexandre JulliardFixed make install target to work even when nothing...
2002-06-04  Marcus MeissnerWarn the user if 'wine' will not find its libraries...
2002-05-23  Alexandre JulliardFixed etags rule.
2002-05-22  Alexandre JulliardNew loading scheme for Winelib apps, makes them behave...
2002-05-20  Alexandre JulliardMoved expand.c from libtest to programs/expand.
2002-05-09  Alexandre JulliardAdded mkinstalldirs to create directories more portably.
2002-05-09  Alexandre JulliardMoved imports specification from the .spec into the...
2002-05-08  Alexandre JulliardRun make test for all programs by default.
2002-05-02  Alexandre JulliardInstall more of the Winelib programs by default (based...
2002-04-27  Alexandre JulliardLink the tools and the server against libwine so we...
2002-04-17  Alexandre JulliardExport a few more 16-bit GDI functions. Finished wineps...
2002-04-12  Alexandre JulliardClean autom4te.cache.
2002-04-11  Alexandre JulliardUpdated configure to take advantage of new autoconf...
2002-04-02  Alexandre JulliardVarious makefile fixes for the test environment.
2002-03-23  Alexandre JulliardAdded support for driver-specific escapes in the x11drv...
2002-03-21  Alexandre JulliardFixed linking of wine target.
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-15  Alexandre JulliardFixed installation issues caused by new configure script.
2002-02-14  Alexandre JulliardUpgraded configure script to use autoconf 2.50 features...
2002-01-10  Alexandre JulliardAdded rules for running tests.
2002-01-06  Alexandre JulliardRemoved obsolete dosmod.
2001-11-23  Eric PouechNew console code based on Win32 windows.
2001-09-17  Alexandre JulliardImproved make_dlls script. Moved dll list out of
2001-06-27  Alexandre JulliardPut AC_DEFINE symbols definitions directly in the confi...
2001-06-19  Patrik Stridvallwine needs to be built before winedbg.
2000-12-27  Alexandre JulliardRenamed libuuid.a to libwine_uuid.a
2000-12-15  Francois GougetCreate a symbolic link to ole/libuuid.a.
2000-12-06  Alexandre JulliardBuild the debugger as a .so.
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-11-09  Alexandre JulliardAdded support in winebuild for resolving function impor...
2000-11-05  Jeremy WhiteAdded a winelauncher shell script which makes the proce...
2000-10-31  Alexandre JulliardBuild ntdll as a real dll, including everything that...
2000-09-26  Marcus MeissnerMigrate $LDFLAGS from configure to Makefile and into...
2000-08-06  Alexandre JulliardLink USER resources into libuser.so.
2000-08-03  Alexandre JulliardMake USER and GDI separate dlls.
2000-07-25  Alexandre JulliardMake unicode.o into a separate ELF library so that...
2000-07-25  Alexandre JulliardTemporarily moved advapi32 registry support back into...
2000-06-23  Alexandre JulliardMoved shared crtdll/ntdll functions into ntdll.
2000-06-14  Alexandre JulliardRemoved @PROGEXT@ (it was broken anyway).
2000-06-09  Alexandre JulliardAdded a bunch of code page tables for multibyte<->wide...
2000-06-08  Alexandre JulliardMerged mouse dll into USER.
2000-06-03  Alexandre JulliardMerged display.dll into USER.
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-04-24  Alexandre JulliardImplemented on-demand loading of builtin dlls using...
2000-04-23  Alexandre JulliardBuild wineclipsrv as part of the x11drv dll.
2000-04-13  Eric PouechMade the winedbg an external and WineLib program.
2000-04-09  Alexandre JulliardImproved support for Makefiles that need to recurse...
2000-03-26  John R. SheetsAdded cvdump tool to dump CodeView symbol information.
2000-03-25  Alexandre JulliardLink ttydrv and x11drv objects into their respective...
2000-03-17  Alexandre JulliardMade MPR a separate dll.
2000-03-08  David Elliott- Slightly reworked include files (less messy, more...
2000-03-04  Alexandre JulliardMoved dll-specific make rules to a separate Makedll...
2000-02-26  Alexandre JulliardMade winmm a separate shared library.
2000-01-31  Alexandre JulliardBuild most dlls as separate shared libraries.
2000-01-30  Ulrich WeigandMoved debugger to libwine to make it available to WineL...
2000-01-29  Andreas MohrAdded SETUPX dll.
2000-01-29  Alexandre JulliardFixed building of dosmod and wineclipsrv.
2000-01-26  Alexandre JulliardMade --enable-dll the default.
2000-01-25  Alexandre JulliardMade the server listen for new clients on a Unix socket in
2000-01-23  Alexandre JulliardMerged dlls/ver into dlls/version.
2000-01-23  Alexandre JulliardMoved winsock implementation to dlls/winsock.
2000-01-04  Eric PouechUse a uniform naming scheme for driver modules.
1999-12-12  Moses DeJongFixed missing libwine.so symlink during install. Set...
1999-12-11  Alexandre JulliardXiang Li
1999-12-06  Andreas MohrAdded .rc file support for Win16 NE modules.
1999-11-21  Alexandre JulliardMake sure we clean dlls/ too.
1999-11-08  Alexandre JulliardInstall the wine server in $(bindir) and exec it from...
1999-11-07  Francois GougetAdded ICMP DLL implementation.
1999-10-31  Eric PouechAdded built-in msacm.drv and midimap.drv drivers.
1999-10-24  Eric PouechSplit the multimedia/ directory into dlls/ subdirectories.
1999-09-29  Patrik StridvallAdded ability to call winapi_check from the Makefiles.
1999-09-28  Peter Hunnisett- Moved dplay and dplayx to a proper home in the dlls...
1999-09-23  Noel BorthwickAdded clipboard server.
1999-09-22  Eric PouechAdded dlls/winmm and dlls/winmm/wineoss directories.
1999-09-19  Ulrich WeigandMoved bulk of OLE implementation to dlls/ subdirectories.
1999-08-07  Ulrich WeigandSeparated Win16 (USER) and Win32 (MPR) network routines.
1999-08-04  Ulrich WeigandMoved various DLLs to dlls/
1999-08-01  Alexandre JulliardRemove wine.conf.man on distclean
1999-07-31  Pavel RoskinRemoved the dependency on "dummy" for wine and wine...
1999-07-31  Patrik StridvallAdded support for Solaris Lint.
1999-07-27  Marcus MeissnerDo tools/ before any of the other subdirectories, even...
1999-07-25  Marcus MeissnerAdded X11OBJS and LIBOBJS to wine dependencies (we...
1999-07-25  Alexandre JulliardMake sure we build tools first.
1999-07-24  Marcus MeissnerTrying to fix parallel make by doing direct subdir...
1999-07-15  Ulrich WeigandUse position-independent code in assembly glue when...
1999-07-11  Marcus MeissnerRemoved the old, historical and no longer working IPC...
1999-07-04  Patrik StridvallStarted on an implementation of Win64 for use on 64...
1999-06-26  James JuranOnly test $(LIB_TARGET) = libwine.so.1.0 if $(LIB_TARGE...
1999-06-18  Alexander V. LukyanovInstall wine.man from current directory.
1999-06-12  James JuranUse Autoconf to find path to ldconfig.
1999-05-17  Huw D M DaviesImplement DocumentProperties, DeviceCapabilities, begin...
1999-05-08  James JuranRun ldconfig in make install if using --enable-dll.
1999-05-02  Huw D M DaviesStarted implementing Enhanced MetaFile driver.
1999-04-02  Joerg Mayer- Remove some old rc make stuff
1999-03-14  Alexandre JulliardMake distclean also in include/wine
1999-03-14  Andreas MohrImplemented (nearly) all TAPI functions as stubs.
next