summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2017-07-22 12:52:34 +0100
committerCaolán McNamara <caolanm@redhat.com>2017-07-25 16:35:37 +0200
commit9a7d2d72cef7ff14a020c1024fbff8c00e4e4aff (patch)
tree45c2ab6d7ecd896f990633346a2dd842d3e67c2f /solenv
parent4da36c9af3bc31c8efb9505fe3d07a22cd51c487 (diff)
tell msvc our source code is written using utf-8
Change-Id: I4fb364ceb34e0851f2d04c403333bf428e8cfa98 Reviewed-on: https://gerrit.libreoffice.org/40305 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/platform/com_MSC_defs.mk2
1 files changed, 2 insertions, 0 deletions
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 \