Alexandre Julliard
|
d969d02e21
tools: Move target CPU and platform handling to the common tools.h header.
|
3 years ago |
Alexandre Julliard
|
61e210f196
winebuild: Get rid of PowerPC support.
|
3 years ago |
Alexandre Julliard
|
5a8f7d1f74
winebuild: Wrap 16-bit fake dlls in a PE module.
|
3 years ago |
Alexandre Julliard
|
f9ee0d2f05
tools: Avoid using wine/port.h.
|
3 years ago |
Alexandre Julliard
|
3eb1855c7e
winebuild: Avoid using getopt_long().
|
3 years ago |
Alexandre Julliard
|
9e3959bd9b
tools: Add a few helper functions for file names and extensions.
|
3 years ago |
Alexandre Julliard
|
c878a0a4c0
winebuild: Use strarrays for the argument lists.
|
3 years ago |
Alexandre Julliard
|
d6d5a21721
winebuild: Unify the strarray implementation with the one from makedep.
|
3 years ago |
Alexandre Julliard
|
3513a176fd
winebuild: Add an option to set the syscall table id.
|
3 years ago |
Alexandre Julliard
|
5e12256ec4
winebuild: Add a specific platform id for Linux.
|
3 years ago |
Alexandre Julliard
|
ad43872669
winebuild: Add a --prefer-native option to set a Wine-specific flag in the PE header.
|
3 years ago |
Jacek Caban
|
ea5e89a545
winebuild: Make mingw a separated platform from msvc.
|
3 years ago |
Alexandre Julliard
|
c1a700f018
winebuild: Generate Thumb2-compatible assembly code on ARM.
|
3 years ago |
Kevin Puetz
|
48cccee394
winebuild: Find WinMain/wWinMain in static libraries.
|
4 years ago |
Kevin Puetz
|
bf5893f489
winebuild: Find main/wmain in static libraries.
|
4 years ago |
Kevin Puetz
|
a1078d4770
winebuild: Select all __wine_spec_exe* entry inside winebuild.
|
4 years ago |
Alexandre Julliard
|
e6632e0412
winebuild: Don't use a dll entry point for Unix libraries.
|
4 years ago |
Alexandre Julliard
|
7933562048
winebuild: Support a -mno-cygwin flag.
|
4 years ago |
Jacek Caban
|
e4e05cdaab
winebuild: Introduce --safeseh option that allows marking assembly files as SEH compatible.
|
4 years ago |
Alexandre Julliard
|
7193243431
winebuild: Don't use a constructor for dll modules either.
|
4 years ago |
Alexandre Julliard
|
6c4046fef1
winebuild: Add --fixup-ctors option to allow intercepting constructors in .so files.
|
4 years ago |
Alexandre Julliard
|
a4677fa23a
winebuild: Only generate a constructor for dll modules.
|
4 years ago |
Jacek Caban
|
c0467a1470
winebuild: Add an option to build a static library.
|
4 years ago |
Jacek Caban
|
d24503fecf
winebuild: Check more target components for platform string.
|
4 years ago |
Alexandre Julliard
|
9dc348a071
winebuild: Add a --builtin option to mark PE files as builtins.
|
5 years ago |
Alexandre Julliard
|
6ba101b229
winebuild: Add support for the -B option.
|
5 years ago |
Jacek Caban
|
dd1a83c20a
winebuild: Don't include aliases in importlib .def files.
|
5 years ago |
Alexandre Julliard
|
907896fba5
winebuild: Set the default entry point also for Windows builds.
|
5 years ago |
Michael Stefaniuc
|
dd0e2616a7
winebuild: Use the now available ARRAY_SIZE() macro.
|
5 years ago |
Alexandre Julliard
|
5061261c5e
winebuild: Add a -munix option.
|
5 years ago |