Alexandre Julliard : tools: Move target CPU and platform handling to the common tools.h header.

Alexandre Julliard julliard at winehq.org
Thu Nov 18 16:19:38 CST 2021


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue Nov 16 21:02:12 2021 +0100

tools: Move target CPU and platform handling to the common tools.h header.

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

---

 tools/tools.h            | 228 ++++++++++++++++++++++++++++++++++++++++++++
 tools/widl/widl.c        | 121 ++----------------------
 tools/widl/widl.h        |   7 --
 tools/winebuild/build.h  |  30 ++----
 tools/winebuild/import.c |  34 +++----
 tools/winebuild/main.c   | 109 ++-------------------
 tools/winebuild/parser.c |   6 +-
 tools/winebuild/res32.c  |   4 +-
 tools/winebuild/spec32.c |  30 +++---
 tools/winebuild/utils.c  | 105 ++++++---------------
 tools/winegcc/utils.c    |  10 +-
 tools/winegcc/utils.h    |  18 +---
 tools/winegcc/winegcc.c  | 240 ++++++++++-------------------------------------
 13 files changed, 377 insertions(+), 565 deletions(-)

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



More information about the wine-cvs mailing list