Store all information about the current dll in a structure instead of
[wine] / tools / winebuild / utils.c
2003-11-20  Alexandre Julliardopen_input_file(): try to open the file in the current...
2003-09-22  Steven EdwardsPorting fix for Alpha.
2003-07-21  Pierre d'HerbemontChange __PPC__ flag to __powerpc__.
2003-03-18  Alexandre JulliardHandle end of line as a syntactic element in the spec...
2002-08-01  Alexandre JulliardIn -spec and -exe mode, accept multiple object files...
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-04-25  Alexandre JulliardMoved __ASM_GLOBAL_FUNC macros and interlocked function...
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...
2001-11-06  François GougetFix the #include order for config.h.
2001-02-13  Josh DuBoisMore portable .align directive.
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-09-27  Alexandre JulliardChanged the Win32 dll descriptor to be in IMAGE_NT_HEAD...
2000-06-23  Alexandre JulliardSplit the build program in several files.