mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 10:41:12 +00:00
17 lines
258 B
Makefile
17 lines
258 B
Makefile
MODULE = d3d11.dll
|
|
IMPORTLIB = d3d11
|
|
IMPORTS = dxguid uuid dxgi wined3d
|
|
EXTRAINCL = $(VKD3D_PE_CFLAGS)
|
|
|
|
SOURCES = \
|
|
async.c \
|
|
buffer.c \
|
|
d3d11_main.c \
|
|
device.c \
|
|
inputlayout.c \
|
|
shader.c \
|
|
state.c \
|
|
texture.c \
|
|
utils.c \
|
|
version.rc \
|
|
view.c
|