Module: wine Branch: master Commit: 14a98e3dc6319d5bdd738422cdc8a5478c234efa URL: http://source.winehq.org/git/wine.git/?a=commit;h=14a98e3dc6319d5bdd738422cd...
Author: David Adam david.adam.cnrs@gmail.com Date: Sat Jul 11 18:12:12 2009 +0200
d3dx8: Remove the d3dx8 dll.
---
configure | 18 - configure.ac | 2 - dlls/Makefile.in | 5 - dlls/d3dx8/Makefile.in | 17 - dlls/d3dx8/core.c | 148 ---- dlls/d3dx8/d3dx8.spec | 156 ----- dlls/d3dx8/d3dx8_main.c | 43 -- dlls/d3dx8/d3dx8_private.h | 94 --- dlls/d3dx8/math.c | 1524 ------------------------------------------ dlls/d3dx8/mesh.c | 247 ------- dlls/d3dx8/tests/Makefile.in | 14 - dlls/d3dx8/tests/math.c | 1523 ----------------------------------------- dlls/d3dx8/tests/mesh.c | 396 ----------- 13 files changed, 0 insertions(+), 4187 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=14a98e3dc6319d5bdd7384...