Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prefer native versions of various DLLs #266

Open
wants to merge 1 commit into
base: bleeding-edge
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions dlls/d3d10/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ MODULE = d3d10.dll
IMPORTLIB = d3d10
IMPORTS = uuid d3d10core d3dcompiler dxgi wined3d
EXTRADEFS = -DD3D_COMPILER_VERSION=0
EXTRADLLFLAGS = -Wb,--prefer-native
PARENTSRC = ../d3dcompiler_43
EXTRAINCL = $(VKD3D_PE_CFLAGS)

Expand Down
1 change: 1 addition & 0 deletions dlls/d3d11/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ MODULE = d3d11.dll
IMPORTLIB = d3d11
IMPORTS = dxguid uuid dxgi wined3d
EXTRAINCL = $(VKD3D_PE_CFLAGS)
EXTRADLLFLAGS = -Wb,--prefer-native

SOURCES = \
async.c \
Expand Down
1 change: 1 addition & 0 deletions dlls/d3d12/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ MODULE = d3d12.dll
IMPORTLIB = d3d12
IMPORTS = dxgi dxguid wined3d gdi32 user32 uuid win32u
EXTRAINCL = $(VKD3D_PE_CFLAGS)
EXTRADLLFLAGS = -Wb,--prefer-native

SOURCES = \
d3d12_main.c
1 change: 1 addition & 0 deletions dlls/d3d8/Makefile.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
MODULE = d3d8.dll
IMPORTLIB = d3d8
IMPORTS = dxguid uuid wined3d
EXTRADLLFLAGS = -Wb,--prefer-native

SOURCES = \
buffer.c \
Expand Down
1 change: 1 addition & 0 deletions dlls/d3d9/Makefile.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
MODULE = d3d9.dll
IMPORTLIB = d3d9
IMPORTS = dxguid uuid wined3d
EXTRADLLFLAGS = -Wb,--prefer-native

SOURCES = \
buffer.c \
Expand Down
1 change: 1 addition & 0 deletions dlls/ddraw/Makefile.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
MODULE = ddraw.dll
IMPORTLIB = ddraw
IMPORTS = dxguid uuid wined3d user32 gdi32 advapi32
EXTRADLLFLAGS = -Wb,--prefer-native

SOURCES = \
clipper.c \
Expand Down
1 change: 1 addition & 0 deletions dlls/dinput/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ MODULE = dinput.dll
IMPORTLIB = dinput
IMPORTS = dinput dxguid uuid comctl32 ole32 user32 advapi32 hid setupapi
EXTRADEFS = -DDIRECTINPUT_VERSION=0x0700
EXTRADLLFLAGS = -Wb,--prefer-native

SOURCES = \
ansi.c \
Expand Down
1 change: 1 addition & 0 deletions dlls/dsound/Makefile.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
MODULE = dsound.dll
IMPORTLIB = dsound
IMPORTS = dxguid uuid winmm ole32 advapi32 user32
EXTRADLLFLAGS = -Wb,--prefer-native

SOURCES = \
buffer.c \
Expand Down
1 change: 1 addition & 0 deletions dlls/msacm32/Makefile.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
MODULE = msacm32.dll
IMPORTLIB = msacm32
IMPORTS = winmm user32 advapi32
EXTRADLLFLAGS = -Wb,--prefer-native

SOURCES = \
driver.c \
Expand Down
1 change: 1 addition & 0 deletions dlls/msvfw32/Makefile.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
MODULE = msvfw32.dll
IMPORTLIB = msvfw32
IMPORTS = winmm version comctl32 user32 gdi32 advapi32
EXTRADLLFLAGS = -Wb,--prefer-native

SOURCES = \
drawdib.c \
Expand Down
1 change: 1 addition & 0 deletions dlls/version/Makefile.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
MODULE = version.dll
IMPORTLIB = version
IMPORTS = kernelbase
EXTRADLLFLAGS = -Wb,--prefer-native

SOURCES = \
version.c \
Expand Down
1 change: 1 addition & 0 deletions dlls/winhttp/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ MODULE = winhttp.dll
IMPORTLIB = winhttp
IMPORTS = uuid jsproxy user32 advapi32 ws2_32
DELAYIMPORTS = oleaut32 crypt32 secur32 iphlpapi dhcpcsvc
EXTRADLLFLAGS = -Wb,--prefer-native

SOURCES = \
cookie.c \
Expand Down
1 change: 1 addition & 0 deletions dlls/wininet/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ IMPORTLIB = wininet
IMPORTS = $(ZLIB_PE_LIBS) mpr shlwapi shell32 user32 ws2_32 advapi32
EXTRAINCL = $(ZLIB_PE_CFLAGS)
DELAYIMPORTS = secur32 crypt32 cryptui dhcpcsvc iphlpapi
EXTRADLLFLAGS = -Wb,--prefer-native

SOURCES = \
cookie.c \
Expand Down
1 change: 1 addition & 0 deletions dlls/winmm/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ MODULE = winmm.dll
IMPORTLIB = winmm
IMPORTS = uuid user32 advapi32 ole32 msacm32
DELAYIMPORTS = dinput8
EXTRADLLFLAGS = -Wb,--prefer-native

SOURCES = \
driver.c \
Expand Down