wine-wine/dlls/d3d10core/Makefile.in

20 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@