Sweden-Number/dlls/d3dx9_36/Makefile.in

33 lines
480 B
Makefile
Raw Normal View History

TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = d3dx9_36.dll
IMPORTLIB = d3dx9
IMPORTS = d3d9 gdi32 user32 kernel32
EXTRALIBS = $(LIBWPP)
C_SRCS = \
asmparser.c \
asmutils.c \
bytecodewriter.c \
2009-07-11 18:00:20 +02:00
core.c \
d3dx9_36_main.c \
effect.c \
font.c \
2008-07-14 22:47:19 +02:00
math.c \
2009-02-03 09:36:08 +01:00
mesh.c \
shader.c \
sprite.c \
surface.c \
2010-02-15 09:47:50 +01:00
texture.c \
util.c \
volume.c
LEX_SRCS = asmshader.l
BISON_SRCS = asmshader.y
2008-06-19 10:01:49 +02:00
RC_SRCS = version.rc
@MAKE_DLL_RULES@