wine-wine/dlls/d3dx9_36/Makefile.in

25 lines
348 B
Makefile

TOPSRCDIR = @top_srcdir@
TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = d3dx9_36.dll
IMPORTLIB = d3dx9
IMPORTS = d3d9 gdi32 user32 kernel32
C_SRCS = \
core.c \
d3dx9_36_main.c \
effect.c \
font.c \
math.c \
mesh.c \
shader.c \
sprite.c \
surface.c \
texture.c \
util.c
RC_SRCS = version.rc
@MAKE_DLL_RULES@