Alexandre Julliard
|
66fed8cb2d
|
Allocate entry points dynamically to allow for a larger number of
ordinals.
|
2000-12-15 23:04:40 +00:00 |
Alexandre Julliard
|
909eff9932
|
Added support for Unicode applications in winebuild.
Removed cuiexe_no_main hack.
Avoid stdcall function declarations inside functions because of gcc bug.
|
2000-12-15 03:38:11 +00:00 |
Jon Griffiths
|
4f12e61ca7
|
Added "ignore" directive for skipping individual symbol resolution.
|
2000-12-14 22:18:22 +00:00 |
Eric Pouech
|
0335095f5d
|
Now prints line number for 'x.dll imported but no symbols used' warning.
|
2000-12-06 03:32:26 +00:00 |
Dimitrie O. Paun
|
31b6d090df
|
Modified winebuild to use the __ASM_FUNC macro for greater portability.
|
2000-12-01 21:27:43 +00:00 |
Marcus Meissner
|
c9ea5f1aeb
|
The __wine_call_from_16_ calls in the import table should use a valid
segment for dereferencing their pointer (using CS).
|
2000-11-26 04:02:09 +00:00 |
Alexandre Julliard
|
3570bfd41f
|
Do not warn for unused imported dlls when forwards to the same dlls
are present.
|
2000-11-13 04:46:34 +00:00 |
Alexandre Julliard
|
0a8114c152
|
Raise an exception for unimplemented 16-bit entry points too.
Added check for duplicate names in 16-bit spec files.
|
2000-11-12 03:45:55 +00:00 |
Alexandre Julliard
|
000c13a0da
|
Added support in winebuild for resolving function imports (-sym option).
Added -L option for locating imported dlls.
Changed generated exe init code to use __wine_get_main_args.
|
2000-11-09 20:31:18 +00:00 |
Alexandre Julliard
|
c585a501d9
|
Changed the Win32 dll descriptor to be in IMAGE_NT_HEADERS format.
Generate the import table directly in PE format.
Added gui/cuiexe_no_main modes in EXE spec files, and use this for the
main wine binary.
|
2000-09-27 23:40:43 +00:00 |