summaryrefslogtreecommitdiff
path: root/sc/util
diff options
context:
space:
mode:
authorcsaba <csaba@openoffice.org>2000-10-16 13:58:17 +0000
committercsaba <csaba@openoffice.org>2000-10-16 13:58:17 +0000
commit648822415bd83c44d39a388f05f3be85eff2043d (patch)
tree8e64a0cd8f9bc71b57127102729068898f011b6e /sc/util
parent5258a02131f056c5da667050af029176a78955ea (diff)
mhids in if-condition with BUILD_SOSL
Diffstat (limited to 'sc/util')
-rw-r--r--sc/util/makefile.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/sc/util/makefile.mk b/sc/util/makefile.mk
index 02f775f71e20..ace79d90f9a7 100644
--- a/sc/util/makefile.mk
+++ b/sc/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: john.marmion $ $Date: 2000-09-29 15:23:58 $
+# last change: $Author: csaba $ $Date: 2000-10-16 14:58:17 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -343,8 +343,10 @@ $(MISCX)$/$(SHL1TARGET).flt:
$(SRS)$/hidother.hid: hidother.src
.IF "$(GUI)"=="WNT"
+.IF "$(BUILD_SOSL)"==""
@+-mhids hidother.src ..$/$(INPATH)$/srs sc hidother
@+echo NO HIDS !!!!
+.ENDIF
.ELSE
@echo nix
.ENDIF