2002-03-08 07:25:40 -06:00
|
|
|
#
|
2012-06-13 07:31:12 -05:00
|
|
|
# This file is part of the LibreOffice project.
|
2002-03-08 07:25:40 -06:00
|
|
|
#
|
2012-06-13 07:31:12 -05:00
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
2002-03-08 07:25:40 -06:00
|
|
|
#
|
2012-06-13 07:31:12 -05:00
|
|
|
# This file incorporates work covered by the following license notice:
|
2002-03-08 07:25:40 -06:00
|
|
|
#
|
2012-06-13 07:31:12 -05:00
|
|
|
# Licensed to the Apache Software Foundation (ASF) under one or more
|
|
|
|
# contributor license agreements. See the NOTICE file distributed
|
|
|
|
# with this work for additional information regarding copyright
|
|
|
|
# ownership. The ASF licenses this file to you under the Apache
|
|
|
|
# License, Version 2.0 (the "License"); you may not use this file
|
|
|
|
# except in compliance with the License. You may obtain a copy of
|
|
|
|
# the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
2002-03-08 07:25:40 -06:00
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# --- Settings -----------------------------------------------------
|
|
|
|
# Has to be inlcuded AFTER settings.mk !
|
|
|
|
|
|
|
|
|
2011-05-17 19:37:46 -05:00
|
|
|
.IF "$(COM)"=="MSC"
|
2002-03-08 07:25:40 -06:00
|
|
|
|
|
|
|
# RTTI
|
2002-09-03 07:07:07 -05:00
|
|
|
CFLAGS+= -GR
|
2002-03-08 07:25:40 -06:00
|
|
|
|
|
|
|
.ENDIF
|
|
|
|
|
2011-05-17 19:37:46 -05:00
|
|
|
.IF "$(COM)"=="GCC"
|
2002-06-25 09:16:17 -05:00
|
|
|
# RTTI
|
2002-05-31 10:34:29 -05:00
|
|
|
CFLAGSCXX+= -frtti
|
|
|
|
.ENDIF
|