wbemprox: Always convert from BSTR.
[wine] / tools / winebuild / winebuild.man.in
2011-05-03  Alexandre Julliardwinebuild: Allow specifying arguments to stub functions...
2010-11-09  AndrĂ© Hentschelwinebuild: Add subsystem wince.
2010-08-30  Alexandre Julliardwinebuild: Add int64, int128 and float argument types.
2010-08-24  Alexandre Julliardwinebuild: Add support for specifying thiscall calling...
2010-08-02  Alexandre Julliardwinebuild: Get rid of the ignored symbol support.
2010-07-21  Alexandre Julliardwinebuild: Add a -m16 option to specify a 16-bit build.
2010-04-11  Alexandre Julliardwinebuild: Support for -fasynchronous-unwind-tables...
2010-01-16  Alexandre Julliardwinebuild: Output the 16-bit asm relay functions as...
2010-01-16  Alexandre Julliardwinebuild: Output the asm relay functions as needed...
2009-12-30  Alexandre Julliardwinebuild: Get rid of the support for building old...
2009-12-30  Alexandre Julliardwinebuild: Add support for building Windows import...
2009-08-14  Alexandre Julliardwinebuild: Add support for creating a fake dll at compi...
2009-06-17  Alexandre Julliardwinebuild: Implement a --large-address-aware flag.
2009-06-02  Alexandre Julliardwinebuild: Add a --resources mode that compiles multipl...
2009-02-26  Alexandre Julliardwinebuild: Add support for generating stand-alone 16...
2009-01-15  Alexandre Julliardwinebuild: Add -m32/-m64 options to allow 32/64-bit...
2009-01-14  Alexandre Julliardwinebuild: Add -b as a short option for --target for...
2008-12-08  Alexandre Julliardwinebuild: Make the cpu flag more generic to allow...
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.