From 9a7d2d72cef7ff14a020c1024fbff8c00e4e4aff Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Sat, 22 Jul 2017 12:52:34 +0100 Subject: tell msvc our source code is written using utf-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I4fb364ceb34e0851f2d04c403333bf428e8cfa98 Reviewed-on: https://gerrit.libreoffice.org/40305 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- solenv/gbuild/platform/com_MSC_defs.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'solenv') diff --git a/solenv/gbuild/platform/com_MSC_defs.mk b/solenv/gbuild/platform/com_MSC_defs.mk index 7f184c6be057..9aa1435a5a94 100644 --- a/solenv/gbuild/platform/com_MSC_defs.mk +++ b/solenv/gbuild/platform/com_MSC_defs.mk @@ -132,6 +132,7 @@ gb_AFLAGS := $(AFLAGS) # warning) gb_CFLAGS := \ + -utf-8 \ -Gd \ -GR \ -Gs \ @@ -161,6 +162,7 @@ gb_CFLAGS += \ endif gb_CXXFLAGS := \ + -utf-8 \ -Gd \ -GR \ -Gs \ -- cgit