Sweden-Number/dlls/d3d10core/Makefile.in

24 lines
406 B
Makefile
Raw Normal View History

2008-11-12 12:04:24 +01:00
TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = d3d10core.dll
IMPORTLIB = d3d10core
IMPORTS = dxguid uuid dxgi kernel32
2008-11-12 12:04:24 +01:00
C_SRCS = \
buffer.c \
d3d10core_main.c \
device.c \
inputlayout.c \
shader.c \
texture2d.c \
utils.c \
view.c
2008-11-12 12:04:24 +01:00
RC_SRCS = version.rc
@MAKE_DLL_RULES@
@DEPENDENCIES@ # everything below this line is overwritten by make depend