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

d3dx9_43: Share the source with d3dx9_36.

parent 1b9f5c34
MODULE = d3dx9_43.dll MODULE = d3dx9_43.dll
IMPORTS = d3d9 IMPORTS = d3d9 d3dcompiler dxguid d3dxof ole32 gdi32 user32
PARENTSRC = ../d3dx9_36
C_SRCS = \ C_SRCS = \
d3dx9_43_main.c animation.c \
core.c \
d3dx9_43_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"
......
...@@ -73,10 +73,6 @@ my @dll_groups = ...@@ -73,10 +73,6 @@ my @dll_groups =
"msvcp120_app", "msvcp120_app",
], ],
[ [
"d3dx9_36",
"d3dx9_43",
],
[
"d3dx10_43", "d3dx10_43",
"d3dx10_42", "d3dx10_42",
"d3dx10_41", "d3dx10_41",
......
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