summaryrefslogtreecommitdiff
path: root/extensions/source/bibliography/makefile.mk
diff options
context:
space:
mode:
authorcsaba <csaba@openoffice.org>2000-10-16 13:52:49 +0000
committercsaba <csaba@openoffice.org>2000-10-16 13:52:49 +0000
commit4c3c120061c7c7f8c792a75861a04cbeec90e72e (patch)
treea3d7131bf21f6e55c70e5a420bdcdaf7b38b198c /extensions/source/bibliography/makefile.mk
parent53dad121d8842695e86674513be40b932c018e9d (diff)
mhids in if-condition with BUILD_SOSL
Diffstat (limited to 'extensions/source/bibliography/makefile.mk')
-rw-r--r--extensions/source/bibliography/makefile.mk8
1 files changed, 5 insertions, 3 deletions
diff --git a/extensions/source/bibliography/makefile.mk b/extensions/source/bibliography/makefile.mk
index 1781f8fa1..91d2cc6d6 100644
--- a/extensions/source/bibliography/makefile.mk
+++ b/extensions/source/bibliography/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.1.1.1 $
+# $Revision: 1.2 $
#
-# last change: $Author: hr $ $Date: 2000-09-18 16:16:45 $
+# last change: $Author: csaba $ $Date: 2000-10-16 14:52:49 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -209,12 +209,14 @@ ALL:\
$(SRS)$/hidother.hid: hidother.src
.IF "$(GUI)" =="WNT"
+.IF "$(BUILD_SOSL)" == ""
@+echo
@+echo NO HIDS!
@+echo
+copy ..\..\inc\extensio.hrc .
- +mhids hidother.src ..$/..$/$(INPATH)$/srs bib hidother
+# +mhids hidother.src ..$/..$/$(INPATH)$/srs bib hidother
+del extensio.hrc
+.ENDIF
.ELSE
@echo wnt only
.ENDIF