mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 10:25:39 +00:00
17 lines
234 B
Makefile
17 lines
234 B
Makefile
MODULE = d3d11.dll
|
|
IMPORTLIB = d3d11
|
|
IMPORTS = dxguid uuid dxgi wined3d
|
|
|
|
C_SRCS = \
|
|
async.c \
|
|
buffer.c \
|
|
d3d11_main.c \
|
|
device.c \
|
|
inputlayout.c \
|
|
shader.c \
|
|
state.c \
|
|
texture.c \
|
|
utils.c \
|
|
view.c
|
|
|
|
RC_SRCS = version.rc
|