mirror of
https://github.com/reactos/wine.git
synced 2024-12-02 00:36:43 +00:00
18 lines
208 B
Makefile
18 lines
208 B
Makefile
TESTDLL = d3dx9_36.dll
|
|
IMPORTS = d3dx9 d3d9 user32 gdi32
|
|
|
|
C_SRCS = \
|
|
asm.c \
|
|
core.c \
|
|
effect.c \
|
|
line.c \
|
|
math.c \
|
|
mesh.c \
|
|
shader.c \
|
|
surface.c \
|
|
texture.c
|
|
|
|
RC_SRCS = rsrc.rc
|
|
|
|
@MAKE_TEST_RULES@
|