diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-10-25 10:15:28 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-10-25 10:15:28 +0000 |
commit | 0275f12de93f9361685a1d829d36669c1b186ca0 (patch) | |
tree | 343e94c4aad24113cbf4cc5d38fb44c31ada25c3 /cli_ure/util | |
parent | 0fafb207e6b0c6f73bd8ebe8a715cfe635f4afee (diff) |
INTEGRATION: CWS ause039 (1.3.42); FILE MERGED
2005/10/14 02:57:36 hjs 1.3.42.2: RESYNC: (1.3-1.4); FILE MERGED
2005/09/13 13:49:57 hjs 1.3.42.1: #i54541# fix makefiles
Diffstat (limited to 'cli_ure/util')
-rw-r--r-- | cli_ure/util/makefile.pmk | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/cli_ure/util/makefile.pmk b/cli_ure/util/makefile.pmk index a0053ac410db..f745f2b4cf61 100644 --- a/cli_ure/util/makefile.pmk +++ b/cli_ure/util/makefile.pmk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.pmk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: rt $ $Date: 2005-09-08 02:04:25 $ +# last change: $Author: hr $ $Date: 2005-10-25 11:15:28 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -33,7 +33,10 @@ # #************************************************************************* +# no translation here anyway +.IF "$(L10N_framework)"=="" .IF "$(COM)$(COMEX)" == "MSC8" || "$(COM)$(COMEX)"== "MSC10" BUILD_FOR_CLI = "true" .ENDIF +.ENDIF # "L10N_framework"=="" |