Andrew Talbot
|
0235b1bf26
|
winebuild: Cast-qual warnings fix.
|
2006-08-23 12:00:22 +02:00 |
Alexandre Julliard
|
715804999e
|
winebuild: Added output() function to properly deal with write errors.
|
2006-08-11 20:41:29 +02:00 |
Jonathan Ernst
|
360a3f9142
|
Update the address of the Free Software Foundation.
|
2006-05-23 14:11:13 +02:00 |
Alexandre Julliard
|
5cb97d833a
|
Generate 16-bit spec files as assembly code too.
|
2005-09-21 14:23:54 +00:00 |
Marcus Meissner
|
2d7e976eed
|
Fixed signedness warnings.
|
2005-07-10 17:45:53 +00:00 |
Alexandre Julliard
|
1970e467d4
|
Generate 16-bit resources in the proper format inside the module data,
and get rid of the special case for builtins in NE_DefResourceHandler.
|
2005-05-20 19:19:01 +00:00 |
Alexandre Julliard
|
67204137ee
|
Generate the 16-bit module header in the standard on-disk format, so
that winebuild doesn't need to know about kernel internal structures.
|
2005-05-18 18:21:59 +00:00 |
Jon Griffiths
|
523d94ae4c
|
-Wunsigned fixes.
|
2005-03-18 14:04:07 +00:00 |
Alexandre Julliard
|
8611e654fc
|
Store all information about the current dll in a structure instead of
using global variables to make it easier to reuse the parsing
routines.
|
2004-02-11 06:41:01 +00:00 |
Jon Griffiths
|
821b228cda
|
MSVC warning fix.
|
2003-09-24 05:12:28 +00:00 |
Richard Cohen
|
5bcf35a385
|
Add printf format attributes & fix the warnings.
|
2003-09-19 00:19:16 +00:00 |
Alexandre Julliard
|
e37c6e18d0
|
Fixed header dependencies to be fully compatible with the Windows
headers (with help from Dimitrie O. Paun).
|
2003-09-05 23:08:26 +00:00 |
Dmitry Timoshkov
|
c63d98038a
|
Include protection for <unistd.h>, <sys/types.h> and <sys/stat.h>.
|
2002-08-17 18:28:43 +00:00 |
Alexandre Julliard
|
894b188fcf
|
Moved __ASM_GLOBAL_FUNC macros and interlocked functions to port.[ch]
|
2002-04-25 21:40:56 +00:00 |
Patrik Stridvall
|
235da7975b
|
Made winebuild (almost) compile and work on Windows.
|
2002-03-11 05:09:02 +00:00 |
Alexandre Julliard
|
0799c1a780
|
Added LGPL standard comment, and copyright notices where necessary.
Global replacement of debugtools.h by wine/debug.h.
|
2002-03-09 23:29:33 +00:00 |
Ulrich Weigand
|
0108d83818
|
Fixed winebuild to work on non-Intel architectures.
|
2000-12-29 05:17:33 +00:00 |
Hidenori Takeshima
|
a85b0a6d41
|
Added checking for mmap.
|
2000-11-25 23:54:12 +00:00 |
Joerg Mayer
|
abe635cfd7
|
Get rid of some warnings about unused variables, signed/unsigned
comparisons and incomplete initializations.
|
2000-11-11 00:38:37 +00:00 |
Alexandre Julliard
|
cbeb644a94
|
Added support for loading .res files for 16-bit resources.
|
2000-10-25 20:33:58 +00:00 |