17 lines
306 B
Makefile
17 lines
306 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = d3d10.dll
|
|
IMPORTS = wined3d kernel32
|
|
EXTRALIBS = -ldxguid -luuid
|
|
|
|
C_SRCS = \
|
|
d3d10_main.c
|
|
|
|
RC_SRCS = version.rc
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|