Alexandre Julliard : d3dcompiler: Copy the C preprocessor source into d3dcompiler_43.

Alexandre Julliard julliard at winehq.org
Tue Jul 2 15:32:02 CDT 2019


Module: wine
Branch: master
Commit: 011b2eca46fba3091a1ce8bcd0d88f0d0b9cf9fa
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=011b2eca46fba3091a1ce8bcd0d88f0d0b9cf9fa

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue Jul  2 13:26:27 2019 +0200

d3dcompiler: Copy the C preprocessor source into d3dcompiler_43.

Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/d3dcompiler_33/Makefile.in   |    8 +-
 dlls/d3dcompiler_34/Makefile.in   |    8 +-
 dlls/d3dcompiler_35/Makefile.in   |    8 +-
 dlls/d3dcompiler_36/Makefile.in   |    8 +-
 dlls/d3dcompiler_37/Makefile.in   |    8 +-
 dlls/d3dcompiler_38/Makefile.in   |    8 +-
 dlls/d3dcompiler_39/Makefile.in   |    8 +-
 dlls/d3dcompiler_40/Makefile.in   |    8 +-
 dlls/d3dcompiler_41/Makefile.in   |    8 +-
 dlls/d3dcompiler_42/Makefile.in   |    8 +-
 dlls/d3dcompiler_43/Makefile.in   |    8 +-
 dlls/d3dcompiler_43/compiler.c    |  219 +++++-
 dlls/d3dcompiler_43/ppl.l         | 1560 +++++++++++++++++++++++++++++++++++++
 dlls/d3dcompiler_43/ppy.y         |  690 ++++++++++++++++
 dlls/d3dcompiler_43/preproc.c     |  453 +++++++++++
 dlls/d3dcompiler_43/wpp_private.h |  250 ++++++
 dlls/d3dcompiler_46/Makefile.in   |    8 +-
 dlls/d3dcompiler_47/Makefile.in   |    8 +-
 18 files changed, 3210 insertions(+), 66 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=011b2eca46fba3091a1ce8bcd0d88f0d0b9cf9fa



More information about the wine-cvs mailing list