summaryrefslogtreecommitdiff
path: root/cli_ure/util
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2003-10-10 09:45:53 +0000
committerOliver Bolte <obo@openoffice.org>2003-10-10 09:45:53 +0000
commit11adaf4c71b2bbba0937a105590b3dd7c86f83bb (patch)
tree674ab02bc060792c014d0a47657cef7fa4d7905c /cli_ure/util
parentee4257aacf3c0ed35613ebc5b030ad49dbaaa4fd (diff)
#100000# COMEX 10 added
Diffstat (limited to 'cli_ure/util')
-rw-r--r--cli_ure/util/makefile.pmk6
1 files changed, 3 insertions, 3 deletions
diff --git a/cli_ure/util/makefile.pmk b/cli_ure/util/makefile.pmk
index 354378913..e8885396a 100644
--- a/cli_ure/util/makefile.pmk
+++ b/cli_ure/util/makefile.pmk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.pmk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: dbo $ $Date: 2003-05-08 12:41:06 $
+# last change: $Author: obo $ $Date: 2003-10-10 10:45:53 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -60,7 +60,7 @@
#
#*************************************************************************
-.IF "$(COM)$(COMEX)" == "MSC8"
+.IF "$(COM)$(COMEX)" == "MSC8" || "$(COM)$(COMEX)"== "MSC10"
BUILD_FOR_CLI = "true"
.ENDIF