Uniformization of French main menu accelerators.
[wine] / Makefile.in
2006-04-11  Alexandre JulliardMakefile: There are currently no tests in the programs...
2006-02-14  Mike FrysingerAdd support for 'make install DESTDIR'.
2005-10-10  Alexandre JulliardRemoved non-portable ldconfig invocation and misleading
2005-09-28  Alexandre JulliardDeclare debug channels as static variables so that...
2005-09-21  Alexandre JulliardGenerate 16-bit spec files as assembly code too.
2005-09-02  Alexandre JulliardClean Makeimplib.rules too.
2005-08-03  Detlef RiekenbergAdded description for crosstest.
2005-06-15  Alexandre JulliardMoved the API doc rules to the documentation makefile.
2005-03-02  Alexandre Julliardwineprefixcreate and related files need to be installed...
2005-02-18  Francois Gougetdlls/__install-lib__ and programs/__install__ should...
2004-10-07  Alexandre JulliardForce all the tools to be rebuilt before make depend...
2004-10-05  Hans Leidekkercrosstest target depends on include files.
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-08-17  Huw DaviesFirst stab at Wine versions of Courier, System and...
2004-04-19  Alexandre Julliardcrosstest target needs the tools to be built first.
2004-02-28  Alexandre JulliardRemove the $(datadir)/wine directory on uninstall.
2003-11-26  Shachar ShemeshFix the ctags building command.
2003-11-09  Francois GougetIf the command line is too long when calling etags...
2003-11-06  Alexandre JulliardRe-use the loader directory for the main wine loader...
2003-11-04  Mike HearnAvoid argument list limit in etags generation.
2003-10-11  Alexandre JulliardWe no longer need to link against ntdll in the Unix...
2003-08-23  Alexandre JulliardGot rid of 16-bit glue code generation since it is...
2003-05-11  Alexandre JulliardRemove libs/Makelib.rules on distclean.
2003-04-14  Hans LeidekkerFix typo: sqml -> sgml.
2003-04-04  Andreas MohrStructure README file in a better way, some doc fixes.
2003-03-23  Alexandre JulliardList 16-bit spec files explicitly to avoid problems...
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  Alexandre JulliardCreated a separate static portability library and moved...
2003-03-15  Jon GriffithsUpdated rules for API doc generation.
2003-01-05  Christoph FrickCreation of a tags file with the ctags tool.
2002-12-12  Alexandre JulliardImplemented import libraries; on Unix we import the...
2002-11-11  Alexandre JulliardRemoved winetest.
2002-10-30  Alexandre JulliardMoved the test routines from wtmain.c into wine/test...
2002-10-23  Gerald PfeiferAlso remove configure.lineno when performing distclean.
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-09-05  Alexandre JulliardRemove Maketest.rules on distclean.
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-07-31  Alexandre JulliardUse the normal perl interpreter for test scripts that...
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.
next