From c68d5a8dc399e18a3ce901d91329d143a009e0a1 Mon Sep 17 00:00:00 2001 From: Xiaoqiang Wang Date: Fri, 26 May 2023 08:33:10 +0200 Subject: [PATCH] direct include of CONFIG.msvcCommon --- configure/os/CONFIG.windows-x64.windows-x64 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/configure/os/CONFIG.windows-x64.windows-x64 b/configure/os/CONFIG.windows-x64.windows-x64 index dcb6e82de..c883f9742 100644 --- a/configure/os/CONFIG.windows-x64.windows-x64 +++ b/configure/os/CONFIG.windows-x64.windows-x64 @@ -4,9 +4,10 @@ # Override these definitions in CONFIG_SITE.windows-x64.windows-x64 #------------------------------------------------------- -#Include definitions common to win32-x86 builds -include $(CONFIG)/os/CONFIG.win32-x86.win32-x86 --include $(CONFIG)/os/CONFIG_SITE.win32-x86.win32-x86 +# Include common msvc compiler definitions +include $(CONFIG)/CONFIG.msvcCommon + +VALID_BUILDS = Host Ioc Command OPT_LDFLAGS += -MACHINE:X64 # -MACHINE:X64