2007-07-09 14:06:40 +02:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
MODULE = d3d10.dll
|
2008-04-30 14:23:55 +02:00
|
|
|
IMPORTS = dxguid uuid wined3d kernel32
|
2007-07-09 14:06:40 +02:00
|
|
|
|
|
|
|
C_SRCS = \
|
|
|
|
d3d10_main.c
|
|
|
|
|
|
|
|
RC_SRCS = version.rc
|
|
|
|
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|