2008-01-13 11:34:43 +01:00
|
|
|
TOPSRCDIR = @top_srcdir@
|
|
|
|
TOPOBJDIR = ../..
|
|
|
|
SRCDIR = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
MODULE = d3dx9_36.dll
|
2008-03-04 16:52:54 +01:00
|
|
|
IMPORTLIB = d3dx9
|
2008-01-13 11:34:43 +01:00
|
|
|
IMPORTS = d3d9 d3dx8 kernel32
|
|
|
|
|
|
|
|
C_SRCS = \
|
2008-03-14 14:12:30 +01:00
|
|
|
d3dx9_36_main.c \
|
2008-03-21 00:33:45 +01:00
|
|
|
font.c \
|
2008-07-14 22:47:19 +02:00
|
|
|
math.c \
|
2009-02-03 09:36:08 +01:00
|
|
|
mesh.c \
|
2008-07-23 16:50:01 +02:00
|
|
|
shader.c \
|
|
|
|
sprite.c
|
2008-01-13 11:34:43 +01:00
|
|
|
|
2008-06-19 10:01:49 +02:00
|
|
|
RC_SRCS = version.rc
|
|
|
|
|
2008-01-13 11:34:43 +01:00
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|