Module: wine Branch: master Commit: c7e1c0907c02f2ff0179f9cf06bf882edce8132a URL: http://source.winehq.org/git/wine.git/?a=commit;h=c7e1c0907c02f2ff0179f9cf06...
Author: Henri Verbeet hverbeet@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 \