mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 19:18:42 +00:00
19 lines
264 B
Makefile
19 lines
264 B
Makefile
MODULE = d3d10core.dll
|
|
IMPORTLIB = d3d10core
|
|
IMPORTS = dxguid uuid dxgi wined3d
|
|
|
|
C_SRCS = \
|
|
async.c \
|
|
buffer.c \
|
|
d3d10core_main.c \
|
|
device.c \
|
|
inputlayout.c \
|
|
shader.c \
|
|
state.c \
|
|
texture.c \
|
|
utils.c \
|
|
view.c
|
|
|
|
RC_SRCS = version.rc
|
|
|
|
@MAKE_DLL_RULES@
|