configure: Add a --disable-tests option to avoid building regression tests.
[wine] / tools / winebuild / winebuild.man.in
2007-10-26  Alexandre Julliardwinebuild: Add a -ordinal flag for entry points that...
2006-12-07  Alexandre Julliardwinebuild: Added --nxcompat option, and mark all module...
2006-04-18  Alexandre Julliardwinebuild: Disable linking to external symbols by default.
2006-02-16  Robert Shearmanwinebuild: Correction for manpage.
2005-12-16  Alexandre Julliardwinebuild: Allow -register flag for Win32 too.
2005-10-06  Alexandre JulliardPut Wine version information in all the man pages.
2005-10-06  Alexandre JulliardFixed some nroff warnings.
2005-09-29  Alexandre JulliardGet rid of the debug channels support.
2005-09-21  Alexandre JulliardNow that we have to be able to run the assembler from...
2005-09-19  Alexandre JulliardCreate an assembly file with all undefined symbols...
2005-08-19  Alexandre JulliardAdded a --undefined option to allow forcing some symbol...
2005-07-01  Alexandre JulliardAdded a --target option to allow cross-compilation.
2005-05-07  Alexandre JulliardRemoved no longer used support for 32-bit register...
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-03-02  Francois GougetAssorted spelling fixes.
2004-10-08  Alexandre JulliardAdded --ld-cmd and --nm-cmd options in winebuild, and...
2004-04-08  Alexandre JulliardAutomatically detect whether the entry point is main...
2004-03-25  Alexandre JulliardReplaced the --mode winebuild option by a --subsystem...
2004-03-24  Alexandre JulliardRemoved the Unicode exe modes, and instead detect autom...
2004-03-15  Jukka HeinonenRemove support for generating interrupt handlers.
2004-02-17  Alexandre JulliardAdded support for building a dll from a .def file for...
2004-02-16  Alexandre JulliardRenamed --exe-mode option to --mode now that it can...
2004-02-13  Alexandre JulliardAdded native mode dll support (based on a patch by...
2003-11-26  Dimitrie O. PaunMake the winehq.org domain the official one.
2003-09-26  Dimitrie O. PaunRemove the obsolete pascal16 (replaced by pascal -ret16).
2003-08-27  Alexandre JulliardAdded varargs support for 16-bit entry points.
2003-08-23  Alexandre JulliardGot rid of 16-bit glue code generation since it is...
2003-07-28  Alexandre JulliardAdded -private flag for entry points that shouldn't...
2003-03-23  Alexandre JulliardConverted winebuild option parsing to use getopt_long...
2003-03-18  Alexandre JulliardHandle end of line as a syntactic element in the spec...
2003-03-17  Alexandre JulliardRemoved support for the 'forward' ordinal type.
2003-03-17  Alexandre JulliardDisable 'variable' in Win32 spec files.
2003-01-02  Alexandre JulliardUpdated for recent options changes.
2002-12-15  Alexandre JulliardAdded support for defining forward functions as stdcall...
2002-12-12  Alexandre JulliardMade stdcall decoration in .def files the default,...
2002-12-12  Alexandre JulliardAdded list of symbols to ignore by default in winebuild.
2002-12-07  Alexandre JulliardReplaced 'ignore' spec file directive by the -i option.
2002-12-06  Alexandre JulliardCheck file header to differentiate between object files...
2002-11-18  Alexandre JulliardRemoved support for 'rsrc' spec file statement.
2002-11-06  Alexandre JulliardAdded winebuild -e option to specify the entry point...
2002-09-12  Alexandre JulliardReplaced 'heap' .spec statement by a command line option.
2002-08-01  Alexandre JulliardIn -spec and -exe mode, accept multiple object files...
2002-07-28  Alexandre JulliardAdded a winebuild man page.