From e72769aa41c3f49e0f39f44de222fc5ac339e3e0 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Sun, 17 Jul 2016 22:12:38 +0200 Subject: [PATCH] Configurations/00-base-templates.conf: harmonize BASE_Windows. Reviewed-by: Richard Levitte --- Configurations/00-base-templates.conf | 2 ++ Configurations/10-main.conf | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Configurations/00-base-templates.conf b/Configurations/00-base-templates.conf index 9cd7aabb81..566b89b835 100644 --- a/Configurations/00-base-templates.conf +++ b/Configurations/00-base-templates.conf @@ -91,6 +91,8 @@ ar => "lib", arflags => "/nologo", aroutflag => "/out:", + rc => "rc", + rcoutflag => "/fo", mt => "mt", mtflags => "-nologo", mtinflag => "-manifest ", diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf index d7db9a8c19..62e659eb3c 100644 --- a/Configurations/10-main.conf +++ b/Configurations/10-main.conf @@ -1246,8 +1246,6 @@ sub vms_info { return [ @defs ]; }), coutflag => "/Fo", - rc => "rc", - rcoutflag => "/fo", lib_cflags => add("/Zi /Fdossl_static"), dso_cflags => "/Zi /Fddso", bin_cflags => "/Zi /Fdapp", -- 2.34.1