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

d3dx9_38: Share the source with d3dx9_36.

parent 4f42fe7b
MODULE = d3dx9_38.dll
IMPORTS = d3d9
IMPORTS = d3d9 d3dcompiler dxguid d3dxof ole32 gdi32 user32
PARENTSRC = ../d3dx9_36
C_SRCS = \
d3dx9_38_main.c
animation.c \
core.c \
d3dx9_38_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
......@@ -21,7 +21,7 @@
#include "config.h"
#include "wine/port.h"
#include "initguid.h"
#include <stdarg.h>
#include "windef.h"
......
......@@ -79,7 +79,6 @@ my @dll_groups =
"d3dx9_41",
"d3dx9_40",
"d3dx9_39",
"d3dx9_38",
],
[
"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