diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2007-06-06 09:58:58 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2007-06-06 09:58:58 +0000 |
commit | 0b0d006bd7b5ee9f7480f71330427a3a107698cd (patch) | |
tree | 657c6519fba29219932065ea81a9df195479cd1c /cli_ure | |
parent | 5d62cc4e3658425707caff56f47b18f46bf36e54 (diff) |
INTEGRATION: CWS ause080 (1.6.26); FILE MERGED
2007/06/05 10:48:22 hjs 1.6.26.1: #i78107# -Zd (line information only) and -clr (common runtime library) do not work together
Diffstat (limited to 'cli_ure')
-rw-r--r-- | cli_ure/util/makefile.pmk | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/cli_ure/util/makefile.pmk b/cli_ure/util/makefile.pmk index e2a623c48029..acadc3c6270f 100644 --- a/cli_ure/util/makefile.pmk +++ b/cli_ure/util/makefile.pmk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.pmk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: vg $ $Date: 2006-09-25 13:05:24 $ +# last change: $Author: ihi $ $Date: 2007-06-06 10:58:58 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -37,6 +37,7 @@ .IF "$(L10N_framework)"=="" .IF "$(COM)$(COMEX)" == "MSC11" || "$(COM)$(COMEX)"== "MSC10" BUILD_FOR_CLI = "true" +CFLAGSENABLESYMBOLS:=-Z7 .ENDIF .ENDIF # "L10N_framework"=="" |