Module: wine Branch: master Commit: c8d34ef08886076e675293300e2a86a0bae61f71 URL: https://source.winehq.org/git/wine.git/?a=commit;h=c8d34ef08886076e675293300...
Author: Alexandre Julliard julliard@winehq.org Date: Tue Jul 2 13:37:18 2019 +0200
d3dcompiler: Build with msvcrt.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/d3dcompiler_33/Makefile.in | 2 ++ dlls/d3dcompiler_34/Makefile.in | 2 ++ dlls/d3dcompiler_35/Makefile.in | 2 ++ dlls/d3dcompiler_36/Makefile.in | 2 ++ dlls/d3dcompiler_37/Makefile.in | 2 ++ dlls/d3dcompiler_38/Makefile.in | 2 ++ dlls/d3dcompiler_39/Makefile.in | 2 ++ dlls/d3dcompiler_40/Makefile.in | 2 ++ dlls/d3dcompiler_41/Makefile.in | 2 ++ dlls/d3dcompiler_42/Makefile.in | 2 ++ dlls/d3dcompiler_43/Makefile.in | 2 ++ dlls/d3dcompiler_43/asmparser.c | 2 -- dlls/d3dcompiler_43/asmshader.l | 2 -- dlls/d3dcompiler_43/asmshader.y | 10 ++++------ dlls/d3dcompiler_43/blob.c | 3 --- dlls/d3dcompiler_43/bytecodewriter.c | 2 -- dlls/d3dcompiler_43/compiler.c | 29 +++++++++++++---------------- dlls/d3dcompiler_43/d3dcompiler_private.h | 8 ++++---- dlls/d3dcompiler_43/hlsl.l | 2 -- dlls/d3dcompiler_43/hlsl.y | 17 ++++++++--------- dlls/d3dcompiler_43/main.c | 2 -- dlls/d3dcompiler_43/ppl.l | 25 ++++++------------------- dlls/d3dcompiler_43/ppy.y | 3 --- dlls/d3dcompiler_43/preproc.c | 14 ++++---------- dlls/d3dcompiler_43/reflection.c | 3 --- dlls/d3dcompiler_43/utils.c | 5 +---- dlls/d3dcompiler_43/wpp_private.h | 8 ++++---- dlls/d3dcompiler_46/Makefile.in | 2 ++ dlls/d3dcompiler_47/Makefile.in | 2 ++ 29 files changed, 70 insertions(+), 91 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=c8d34ef08886076e67529...