Update the address of the Free Software Foundation.
[wine] / tools / winebuild / main.c
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2006-04-18  Alexandre Julliardwinebuild: Disable linking to external symbols by default.
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-09-07  Alexandre JulliardAdded a bit of framework for future x86_64 support.
2005-08-29  Alexandre JulliardGet rid of the unused owner_name field.
2005-08-25  Alexandre JulliardBeginnings of a crt0 library.
2005-08-19  Alexandre JulliardAdded a --undefined option to allow forcing some symbol...
2005-07-05  Alexandre JulliardGet rid of the global debugging flag.
2005-07-01  Alexandre JulliardAdded a --target option to allow cross-compilation.
2005-06-27  Alexandre JulliardBeginnings of an infrastructure to allow specifying...
2005-05-06  Alexandre JulliardAdded support in winebuild for specifying import librar...
2005-03-15  Alexandre JulliardUse the correct file name in the "generated automatical...
2005-03-08  Dimitrie O. PaunAdd support for .exe's with exported functions.
2004-12-07  Paul MillarCheck for features missing in mingw environment, allowi...
2004-12-02  Alexandre JulliardClean up temp files also when killed by a signal.
2004-10-19  Alexandre Julliardwinebuild shouldn't depend on the NO_TRACE_MSGS define.
2004-10-08  Alexandre JulliardAdded --ld-cmd and --nm-cmd options in winebuild, and...
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-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...
2004-02-11  Alexandre JulliardStore all information about the current dll in a struct...
2003-10-03  Daniel MarmierFixed warnings with gcc option "-Wwrite-strings".
2003-08-23  Alexandre JulliardGot rid of 16-bit glue code generation since it is...
2003-04-01  Alexandre JulliardAdded support for specifying an stdcall dll entry point.
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-01-02  Dimitrie O. PaunAdd the -F option to set a DLL's filename.
2002-12-12  Alexandre JulliardMade stdcall decoration in .def files the default,...
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-16  Marcus MeissnerAdded ctype.h.
2002-09-12  Alexandre JulliardReplaced 'heap' .spec statement by a command line option.
2002-09-12  Dimitrie O. PaunAdd support for naming the DLL from the command line.
2002-08-31  Patrik StridvallMSVC compatibility fixes.
2002-08-01  Alexandre JulliardIn -spec and -exe mode, accept multiple object files...
2002-07-28  Alexandre JulliardSet correct dll file name when building a .def file.
2002-07-05  Gregg Mattinson- Replaced .previous with a .section statement for...
2002-06-21  Alexandre JulliardMade some more spec file entries optional or unnecessary.
2002-05-31  Vincent BéronRemoved trailing whitespace.
2002-05-14  Alexandre JulliardAdded winebuild support for generating a .dbg.c file...
2002-05-11  Alexandre JulliardAdded -res option to specify resources on winebuild...
2002-05-09  Alexandre JulliardMoved imports specification from the .spec into the...
2002-04-25  Alexandre JulliardMoved __ASM_GLOBAL_FUNC macros and interlocked function...
2002-03-26  Alexandre JulliardIgnore imports and resources when building a .def file.
2002-03-21  Alexandre JulliardMake warnings quiet by default and added -w option.
2002-03-11  Patrik StridvallMade winebuild (almost) compile and work on Windows.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2002-02-04  Dmitry TimoshkovSupport for generation of .def files from .spec files.
2001-12-11  Alexandre JulliardExported CALL32_Regs from ntdll, renamed to __wine_call...
2001-10-14  Francois GougetWhen including config.h, include it first.
2001-06-07  Alexandre JulliardSupport for specifying stack size of Winelib apps.
2001-05-22  Dmitry TimoshkovFixed some issues.
2001-01-22  Jon Griffiths- Remove <string.h> from winnt.h.
2001-01-11  Nathan NeulingerRenamed struct option to avoid conflicts with getopt.h.
2000-12-15  Alexandre JulliardAllocate entry points dynamically to allow for a larger...
2000-11-27  Alexandre JulliardSet debugging option based on NO_TRACE_MSGS define...
2000-11-15  Francois GougetAllow the user to stick the option and its argument...
2000-11-13  Alexandre JulliardDo not warn for unused imported dlls when forwards...
2000-11-09  Alexandre JulliardAdded support in winebuild for resolving function impor...
2000-11-05  Alexandre JulliardAdded debug_channels support.
2000-10-29  Alexandre JulliardPatch flat cs of 16-bit entry points if current %cs...
2000-10-28  Federico SchwindtFixes for OpenBSD.
2000-10-25  Alexandre JulliardAdded support for loading .res files for 16-bit resources.
2000-10-22  Joerg MayerReduce the number of warnings about missing initializers.
2000-09-27  Alexandre JulliardChanged the Win32 dll descriptor to be in IMAGE_NT_HEAD...
2000-07-28  Alexandre JulliardAdded 'owner' field to 16-bit spec files to specify...
2000-07-15  Peter GantenTry to unlink output file before opening it.
2000-06-23  Alexandre JulliardSplit the build program in several files.