Alexandre Julliard : tools: Move target CPU and platform handling to the common tools.h header.
Module: wine Branch: master Commit: d969d02e21eb9f128d21a9209f62ac6dfbae236f URL: https://source.winehq.org/git/wine.git/?a=commit;h=d969d02e21eb9f128d21a9209... Author: Alexandre Julliard <julliard(a)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(a)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=d969d02e21eb9f128d21a...
participants (1)
-
Alexandre Julliard