Commit 69ebbc44 authored by Alistair Leslie-Hughes's avatar Alistair Leslie-Hughes Committed by Alexandre Julliard

d3dx9_25: Share the source with d3dx9_36.

parent 9efbfefe
MODULE = d3dx9_25.dll MODULE = d3dx9_25.dll
IMPORTS = d3d9 IMPORTS = d3d9 d3dcompiler dxguid d3dxof ole32 gdi32 user32
PARENTSRC = ../d3dx9_36
C_SRCS = \ C_SRCS = \
d3dx9_25_main.c animation.c \
core.c \
d3dx9_25_main.c \
effect.c \
font.c \
line.c \
math.c \
mesh.c \
preshader.c \
render.c \
shader.c \
skin.c \
sprite.c \
surface.c \
texture.c \
util.c \
volume.c \
xfile.c
RC_SRCS = version.rc RC_SRCS = version.rc
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
#include "config.h" #include "config.h"
#include "wine/port.h" #include "wine/port.h"
#include "initguid.h"
#include <stdarg.h> #include <stdarg.h>
#include "windef.h" #include "windef.h"
......
...@@ -83,7 +83,6 @@ my @dll_groups = ...@@ -83,7 +83,6 @@ my @dll_groups =
"d3dx9_37", "d3dx9_37",
"d3dx9_35", "d3dx9_35",
"d3dx9_34", "d3dx9_34",
"d3dx9_25",
"d3dx9_24", "d3dx9_24",
], ],
[ [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment