diff options
author | Michael Stahl <mstahl@redhat.com> | 2015-09-29 22:16:24 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-09-30 10:45:32 +0200 |
commit | 3649c0c21a3b61950848ce32910f3d00c4908194 (patch) | |
tree | 3276da961852916f099238088f028d570a3049ab /xmlhelp | |
parent | 4046f6d257a3a6c56d49485d212ccf28c8b0fb51 (diff) |
xmlhelp: -GR is added by default in com_MSC_defs.mk
Change-Id: Ibd2c851cef3c26a37c05b894e7487e460470fecf
Diffstat (limited to 'xmlhelp')
-rw-r--r-- | xmlhelp/Library_ucpchelp1.mk | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/xmlhelp/Library_ucpchelp1.mk b/xmlhelp/Library_ucpchelp1.mk index 0ea5d1b18c9f..8109e5e3e683 100644 --- a/xmlhelp/Library_ucpchelp1.mk +++ b/xmlhelp/Library_ucpchelp1.mk @@ -11,12 +11,6 @@ $(eval $(call gb_Library_Library,ucpchelp1)) $(eval $(call gb_Library_set_componentfile,ucpchelp1,xmlhelp/util/ucpchelp1)) -ifeq ($(OS)$(COM),WNTMSC) -$(eval $(call gb_Library_add_cxxflags,ucpchelp1,\ - -GR \ -)) -endif - $(eval $(call gb_Library_set_include,ucpchelp1,\ -I$(SRCDIR)/xmlhelp/source/cxxhelp/inc \ $$(INCLUDE) \ |