From 2f912c2937ff47d0af753420fcb9a16584c4f56d Mon Sep 17 00:00:00 2001 From: Isamu Mogi Date: Sat, 1 Jun 2013 14:11:07 +0000 Subject: gbuild: Use gb_RCFLAGS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit gb_RCFLAGS is defined. But it wasn't used anywhere. Change-Id: Ib9c5ba85a7c72560a94829fde4eee8c73fad3c5a Reviewed-on: https://gerrit.libreoffice.org/4125 Reviewed-by: Luboš Luňák Tested-by: Luboš Luňák --- solenv/gbuild/platform/WNT_INTEL_GCC.mk | 3 +-- solenv/gbuild/platform/com_MSC_defs.mk | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) (limited to 'solenv/gbuild/platform') diff --git a/solenv/gbuild/platform/WNT_INTEL_GCC.mk b/solenv/gbuild/platform/WNT_INTEL_GCC.mk index 3fe9b0d718fd..77632c5a6f44 100644 --- a/solenv/gbuild/platform/WNT_INTEL_GCC.mk +++ b/solenv/gbuild/platform/WNT_INTEL_GCC.mk @@ -51,8 +51,7 @@ gb_RCDEFS := \ -DWINVER=0x0400 \ -DWIN32 \ -gb_RCFLAGS := \ - -V +gb_RCFLAGS := gb_CFLAGS += \ $(gb_CFLAGS_COMMON) \ diff --git a/solenv/gbuild/platform/com_MSC_defs.mk b/solenv/gbuild/platform/com_MSC_defs.mk index fc63eba7c2ce..10cfc414fa20 100644 --- a/solenv/gbuild/platform/com_MSC_defs.mk +++ b/solenv/gbuild/platform/com_MSC_defs.mk @@ -59,8 +59,7 @@ gb_RCDEFS := \ -DWINVER=0x0400 \ -DWIN32 \ -gb_RCFLAGS := \ - -V +gb_RCFLAGS := gb_AFLAGS := $(AFLAGS) -- cgit