summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Hartmann <gh@openoffice.org>2002-11-07 14:14:09 +0000
committerGregor Hartmann <gh@openoffice.org>2002-11-07 14:14:09 +0000
commitfe7f4ccfd003e1b42a1e41beb15f303354b62e39 (patch)
treef43e491f998de9ba97bdbfba652775891a2adaf9
parent8d1a11bdfe068174d996bf467e4926c1edaee23b (diff)
#104771#fix building of hid.lst
-rw-r--r--extensions/prj/build.lst2
-rw-r--r--extensions/source/bibliography/makefile.mk5
-rw-r--r--extensions/source/plugin/util/makefile.mk5
-rw-r--r--extensions/util/makefile.mk13
4 files changed, 14 insertions, 11 deletions
diff --git a/extensions/prj/build.lst b/extensions/prj/build.lst
index 033d0d589aea..48674d25ab83 100644
--- a/extensions/prj/build.lst
+++ b/extensions/prj/build.lst
@@ -28,4 +28,4 @@ ex extensions\source\dbimport nmake - all ex_dbimport NULL
ex extensions\source\dbpilots nmake - all ex_dbpilots NULL
ex extensions\source\abpilot nmake - all ex_abpilot NULL
ex extensions\source\preload nmake - all ex_preload NULL
-ex extensions\util nmake - all ex_util ex_preload ex_abpilot ex_dbpilots ex_dbimport ex_propctrlr ex_bib ex_ichk ex_pchk.w NULL
+ex extensions\util nmake - all ex_util ex_preload ex_abpilot ex_dbpilots ex_dbimport ex_propctrlr ex_bib ex_ichk ex_pchk.w ex_bib ex_plutil NULL
diff --git a/extensions/source/bibliography/makefile.mk b/extensions/source/bibliography/makefile.mk
index b1b56d52007f..63b442c3af8a 100644
--- a/extensions/source/bibliography/makefile.mk
+++ b/extensions/source/bibliography/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.11 $
+# $Revision: 1.12 $
#
-# last change: $Author: jbu $ $Date: 2002-10-01 08:37:05 $
+# last change: $Author: gh $ $Date: 2002-11-07 15:13:59 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -63,7 +63,6 @@ PRJ=..$/..
PRJNAME=bib
TARGET=bib
-GEN_HID=TRUE
ENABLE_EXCEPTIONS=TRUE
USE_DEFFILE=TRUE
NO_BSYMBOLIC=TRUE
diff --git a/extensions/source/plugin/util/makefile.mk b/extensions/source/plugin/util/makefile.mk
index d83f7d932c5d..3da4e2a650c2 100644
--- a/extensions/source/plugin/util/makefile.mk
+++ b/extensions/source/plugin/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.5 $
+# $Revision: 1.6 $
#
-# last change: $Author: obo $ $Date: 2001-09-18 14:24:48 $
+# last change: $Author: gh $ $Date: 2002-11-07 15:14:04 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -65,7 +65,6 @@ PRJNAME=extensions
TARGET=pl
TARGETTYPE=GUI
USE_DEFFILE=TRUE
-GEN_HID=TRUE
# --- Settings -----------------------------------------------------
diff --git a/extensions/util/makefile.mk b/extensions/util/makefile.mk
index b95724dce4e5..0b74cdb52137 100644
--- a/extensions/util/makefile.mk
+++ b/extensions/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.5 $
+# $Revision: 1.6 $
#
-# last change: $Author: kz $ $Date: 2002-01-10 09:35:42 $
+# last change: $Author: gh $ $Date: 2002-11-07 15:14:09 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -74,10 +74,15 @@ GEN_HID=TRUE
.IF "$(GUI)$(CPU)"=="WNTI"
.IF "$(BUILD_SOSL)"==""
ALLTAR : $(SRS)$/hidother.hid
-.ENDIF
-.ENDIF
$(MISC)$/$(PRJNAME).hid : $(SRS)$/hidother.hid
$(SRS)$/hidother.hid: hidother.src
@+-mhids hidother.src $(SRS) $(PRJNAME) dummy $(INCLUDE)
+
+$(MISC)$/$(PRJNAME).hid : buildmealways
+buildmealways:
+ @+echo >& $(NULLDEV)
+.ENDIF
+.ENDIF
+