Henri Verbeet : d3d10: d3d10 doesn't need wined3d.

Alexandre Julliard julliard at winehq.org
Fri Oct 24 08:12:26 CDT 2008


Module: wine
Branch: master
Commit: c7e1c0907c02f2ff0179f9cf06bf882edce8132a
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=c7e1c0907c02f2ff0179f9cf06bf882edce8132a

Author: Henri Verbeet <hverbeet at codeweavers.com>
Date:   Thu Oct 23 16:37:09 2008 +0200

d3d10: d3d10 doesn't need wined3d.

---

 dlls/d3d10/Makefile.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/d3d10/Makefile.in b/dlls/d3d10/Makefile.in
index 7500aaa..296c236 100644
--- a/dlls/d3d10/Makefile.in
+++ b/dlls/d3d10/Makefile.in
@@ -4,7 +4,7 @@ SRCDIR    = @srcdir@
 VPATH     = @srcdir@
 MODULE    = d3d10.dll
 IMPORTLIB = d3d10
-IMPORTS   = dxguid uuid wined3d kernel32
+IMPORTS   = dxguid uuid kernel32
 
 C_SRCS = \
 	d3d10_main.c \




More information about the wine-cvs mailing list