Brendan Shanks
|
7b27e60e67
makefiles: On macOS, use @rpath instead of @loader_path when building Unix libs.
|
3 年之前 |
Alexandre Julliard
|
1662af11a4
winegcc: Add support for winebuild --data-only option.
|
3 年之前 |
Alexandre Julliard
|
62f9bd39a2
tools: Consistently use xmalloc/xrealloc/xstrdup everywhere.
|
3 年之前 |
Kevin Puetz
|
ccf7b4459b
winegcc: --out-implib needs to propagate -m32/-m64 to winebuild.
|
3 年之前 |
Jacek Caban
|
099ba1b410
winegcc: Use libgcc on Cygwin target.
|
3 年之前 |
Alexandre Julliard
|
9ac2eecbba
winegcc: Support an explicit --fake-module option.
|
3 年之前 |
Alexandre Julliard
|
d969d02e21
tools: Move target CPU and platform handling to the common tools.h header.
|
3 年之前 |
Alexandre Julliard
|
8cd3679848
winegcc: Get rid of PowerPC support.
|
3 年之前 |
Alexandre Julliard
|
a7074ea2a3
winegcc: Don't link directly to ntdll or ntoskrnl import libraries.
|
3 年之前 |
Alexandre Julliard
|
6ebcc54a5c
makefiles: Explicitly import all the needed libraries.
|
3 年之前 |
Damjan Jovanovic
|
c1e83ae9fb
winegcc: Use sysctl instead of /proc/curproc/file on FreeBSD.
|
3 年之前 |
Alexandre Julliard
|
f9ee0d2f05
tools: Avoid using wine/port.h.
|
3 年之前 |
Alexandre Julliard
|
9e3959bd9b
tools: Add a few helper functions for file names and extensions.
|
3 年之前 |
Alexandre Julliard
|
55701c6672
tools: Add a helper function to create temp files.
|
3 年之前 |
Chip Davis
|
9e133a9a22
winegcc: Only add -static-libgcc if -nodefaultlibs weren't given. (Clang).
|
3 年之前 |
Rémi Bernon
|
6db01bcbbc
winegcc: Add missing strarray initialization.
|
3 年之前 |
Alexandre Julliard
|
2064181c1f
winegcc: Unify the strarray implementation with the one from makedep.
|
3 年之前 |
Alexandre Julliard
|
ab5664a5e6
makefiles: Explicitly name the Unix library in the makefile instead of using --subsystem unixlib.
|
3 年之前 |
Alexandre Julliard
|
20830b6c70
winegcc: Skip the post-link steps for Unix libraries.
|
3 年之前 |
Alexandre Julliard
|
6ba7773121
makefiles: Add a -mcygwin flag to specify the inverse of -mno-cygwin.
|
3 年之前 |
Alexandre Julliard
|
a7076690b1
winegcc: Fix subsystem check to avoid running winebuild on Unix libraries.
|
3 年之前 |
Huw Davies
|
9af226c826
winegcc: Add a @loader_path to help the macOS loader find ntdll.so.
|
3 年之前 |
Alexandre Julliard
|
7d60d0d7bb
winegcc: Use custom subsystem 'unixlib' instead of 'native' for Unix libraries.
|
3 年之前 |
Alexandre Julliard
|
ada8bf034a
winegcc: Build Unix libraries as dynamic libs on macOS.
|
3 年之前 |
Alexandre Julliard
|
6688367046
winegcc: Don't build the .spec.o file for native Unix libraries.
|
3 年之前 |
Alexandre Julliard
|
c697ee728b
winegcc: Add a helper function to build the .spec.o file.
|
3 年之前 |
Alexandre Julliard
|
de4c91e0a1
Revert "winegcc: Support -Wl,foo=... style linker options."
|
3 年之前 |
Connor Abbott
|
fcda0afdd4
winegcc: Support -Wl,foo=... style linker options.
|
3 年之前 |
Connor Abbott
|
b1fb07e188
winegcc: Support -Wl,--start-group and -Wl,--end-group.
|
3 年之前 |
Connor Abbott
|
d209d9feb6
winegcc: Pass through -pthread.
|
3 年之前 |