Moved all references to file descriptors out of the generic object
[wine] / tools / winebuild / build.h
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-06  Alexandre JulliardCheck file header to differentiate between object files...
2002-11-18  Alexandre JulliardRemoved support for 'rsrc' spec file statement.
2002-08-01  Alexandre JulliardIn -spec and -exe mode, accept multiple object files...
2002-07-28  Alexandre JulliardAdded support for importing by ordinal.
2002-07-22  Alexandre JulliardReplace all uses of PREFIX and @function by the __ASM_N...
2002-06-14  Alexandre JulliardUnregister 16-bit dlls on module unload.
2002-05-14  Alexandre JulliardAdded winebuild support for generating a .dbg.c file...
2002-04-25  Alexandre JulliardMoved __ASM_GLOBAL_FUNC macros and interlocked function...
2002-04-01  Alexandre JulliardGot rid of #ifdef USE_STABS.
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-14  Alexandre JulliardMade register and interrupt flags instead of entry...
2001-12-11  Alexandre JulliardExported CALL32_Regs from ntdll, renamed to __wine_call...
2001-11-06  François GougetFix the #include order for config.h.
2001-06-08  Marcus MeissnerImplemented glu32.dll as libGLU.so forwarder.
2001-06-07  Alexandre JulliardSupport for specifying stack size of Winelib apps.
2001-05-22  Dmitry TimoshkovFixed some issues.
2001-02-13  Josh DuBoisMore portable .align directive.
2000-12-26  Eric PouechAdded ability to delay loading of an imported DLL until...
2000-12-15  Alexandre JulliardAllocate entry points dynamically to allow for a larger...
2000-12-15  Alexandre JulliardAdded support for Unicode applications in winebuild.
2000-12-14  Jon GriffithsAdded "ignore" directive for skipping individual symbol...
2000-11-26  Alexandre JulliardAdded entry point flags -noimport, -norelay, -ret64...
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-25  Alexandre JulliardAdded support for loading .res files for 16-bit resources.
2000-10-23  Alexandre JulliardAdded support for loading Win32 .res files.
2000-10-01  Alexandre JulliardAdded stdcall64 entry point type to allow correct relay...
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-06-23  Alexandre JulliardSplit the build program in several files.