diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2008-01-15 12:31:12 +0000 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2008-01-15 12:31:12 +0000 |
commit | dfa67a82e1b7db69612bad63ed3b6edff9ae3228 (patch) | |
tree | 0b5e98a70d42a7260dae082b939203cb9f5f6249 /cli_ure | |
parent | d4990ce26657dd1153a4c26eb43af6874d8efdd6 (diff) |
INTEGRATION: CWS obo21 (1.7.22); FILE MERGED
2007/12/05 10:06:26 obo 1.7.22.1: #i84233# change for .Net 2008
Diffstat (limited to 'cli_ure')
-rw-r--r-- | cli_ure/util/makefile.pmk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cli_ure/util/makefile.pmk b/cli_ure/util/makefile.pmk index acadc3c6270f..e4a839487a94 100644 --- a/cli_ure/util/makefile.pmk +++ b/cli_ure/util/makefile.pmk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.pmk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # -# last change: $Author: ihi $ $Date: 2007-06-06 10:58:58 $ +# last change: $Author: ihi $ $Date: 2008-01-15 13:31:12 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -35,7 +35,7 @@ # no translation here anyway .IF "$(L10N_framework)"=="" -.IF "$(COM)$(COMEX)" == "MSC11" || "$(COM)$(COMEX)"== "MSC10" +.IF "$(COM)" == "MSC" BUILD_FOR_CLI = "true" CFLAGSENABLESYMBOLS:=-Z7 .ENDIF |