mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 09:50:52 +00:00
19 lines
256 B
Makefile
19 lines
256 B
Makefile
MODULE = d3d10core.dll
|
|
IMPORTLIB = d3d10core
|
|
IMPORTS = dxguid uuid dxgi
|
|
|
|
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@
|