From c7e1c0907c02f2ff0179f9cf06bf882edce8132a Mon Sep 17 00:00:00 2001 From: Henri Verbeet Date: Thu, 23 Oct 2008 16:37:09 +0200 Subject: [PATCH] d3d10: d3d10 doesn't need wined3d. --- dlls/d3d10/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/d3d10/Makefile.in b/dlls/d3d10/Makefile.in index 7500aaa37de..296c236479a 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 \