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
commit25a495e78a8c65a84707957b139b98880ffd3023 (patch)
tree2c758c36bb720a503c4edfa591c27dbf7d885db1 /cli_ure/util
parent59544c1623ff20dfbab587f8ae1d10569e8a78c6 (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 354378913fab..e8885396a43f 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