18 lines
308 B
Makefile
18 lines
308 B
Makefile
TOPSRCDIR = @top_srcdir@
|
|
TOPOBJDIR = ../..
|
|
SRCDIR = @srcdir@
|
|
VPATH = @srcdir@
|
|
MODULE = d3dx8.dll
|
|
IMPORTLIB = d3dx8
|
|
IMPORTS = dxguid uuid kernel32
|
|
|
|
C_SRCS = \
|
|
core.c \
|
|
d3dx8_main.c \
|
|
math.c \
|
|
mesh.c
|
|
|
|
@MAKE_DLL_RULES@
|
|
|
|
@DEPENDENCIES@ # everything below this line is overwritten by make depend
|