Alexandre Julliard
|
b2575ebab6
winebuild: Don't prefix local symbols with an underscore.
|
15 years ago |
Alexandre Julliard
|
dca163290d
winebuild: Search for the as/ld/nm tools in the PATH under various names.
|
15 years ago |
Alexandre Julliard
|
0e954b14eb
winebuild: Append the correct options for as and ld when forcing a 32/64-bit build.
|
15 years ago |
Alexandre Julliard
|
d07f67acbc
winebuild: Determine the appropriate as/ld/nm commands at the time they are needed.
|
15 years ago |
Alexandre Julliard
|
fa616418ad
winebuild: Make the cpu flag more generic to allow supporting a given entry point on multiple platforms.
|
16 years ago |
Dmitry Timoshkov
|
6614028cd0
winebuild: Add IMAGE_FILE_32BIT_MACHINE flag for a 32-bit build.
|
17 years ago |
Dmitry Timoshkov
|
bb15683818
winebuild: Mark builtin DLLs as IMAGE_FILE_LARGE_ADDRESS_AWARE on a 64-bit platform.
|
17 years ago |
Alexandre Julliard
|
560113b743
winebuild: Set the IMAGE_FILE_EXECUTABLE_IMAGE flag for all modules.
|
17 years ago |
Joris Huizer
|
c9f1452233
winebuild: sign-compare fixes.
|
17 years ago |
Alexandre Julliard
|
662897e9d6
winebuild: Added --nxcompat option, and mark all modules as NX-compatible by default.
|
18 years ago |
Alexandre Julliard
|
715804999e
winebuild: Added output() function to properly deal with write errors.
|
18 years ago |
Jonathan Ernst
|
360a3f9142
Update the address of the Free Software Foundation.
|
18 years ago |
Marcus Meissner
|
1ed3ca0883
winebuild: Output a .note.GNU-stack section to allow nonexecutable stack.
|
19 years ago |
Alexandre Julliard
|
5dc6d95952
ntdll: New implementation of relay thunks.
|
19 years ago |
Francois Gouget
|
5127dc9f49
Assorted spelling fixes.
|
19 years ago |
Robert Lunnon
|
d4c425b681
Remove SVR4 specific pseudo-ops.
|
19 years ago |
Alexandre Julliard
|
2aae74dff0
Factor out a couple of useful helper functions.
|
19 years ago |
Alexandre Julliard
|
3cd7379d26
Moved stub function generation to import.c. Added a get_stub_name
|
19 years ago |
Alexandre Julliard
|
5173234ea8
Now that we have to be able to run the assembler from winebuild, added
|
19 years ago |
Alexandre Julliard
|
87c347b18e
Don't remove ignored symbols from the undefined list, simply skip them
|
19 years ago |
Alexandre Julliard
|
13baa7b364
Added a common function to declare global symbols, and make them
|
19 years ago |
Alexandre Julliard
|
8aba0897bd
Output constant strings in a more appropriate section than .text.
|
19 years ago |
Alexandre Julliard
|
3fa5678ea9
Generate stub functions directly in assembly.
|
19 years ago |
Alexandre Julliard
|
c382ed06d3
Added a bit of framework for future x86_64 support.
|
19 years ago |
Alexandre Julliard
|
5f95aa0c53
Get rid of the unused owner_name field.
|
19 years ago |
Phil Krylov
|
4f9f7f131c
Fixed winebuild operation in Darwin.
|
19 years ago |
Alexandre Julliard
|
706a0a9e59
Replace configure macros by explicit platform checks (probably not
|
19 years ago |
Alexandre Julliard
|
445fb59802
Replaced all uses of the __ASM_NAME macro by the asm_name function to
|
19 years ago |
Alexandre Julliard
|
803c8d9693
Beginnings of an infrastructure to allow specifying the target CPU and
|
19 years ago |
Wolfgang Thaller
|
84c8bf5340
Winebuild darwin/x86-specific fixes:
|
19 years ago |