19 lines
338 B
Makefile
19 lines
338 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = d3d10.dll
|
|
IMPORTLIB = d3d10
|
|
IMPORTS = dxguid uuid d3d10core dxgi kernel32
|
|
|
|
C_SRCS = \
|
|
d3d10_main.c \
|
|
effect.c \
|
|
utils.c
|
|
|
|
RC_SRCS = version.rc
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|