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

d3dx9_41: Share the source with d3dx9_36.

parent 4e518bd4
MODULE = d3dx9_41.dll MODULE = d3dx9_41.dll
IMPORTS = d3d9 IMPORTS = d3d9 d3dcompiler dxguid d3dxof ole32 gdi32 user32
PARENTSRC = ../d3dx9_36
C_SRCS = \ C_SRCS = \
d3dx9_41_main.c animation.c \
core.c \
d3dx9_41_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
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,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"
......
...@@ -76,7 +76,6 @@ my @dll_groups = ...@@ -76,7 +76,6 @@ my @dll_groups =
"d3dx9_36", "d3dx9_36",
"d3dx9_43", "d3dx9_43",
"d3dx9_42", "d3dx9_42",
"d3dx9_41",
], ],
[ [
"d3dx10_43", "d3dx10_43",
......
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