summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2002-01-10 08:48:01 +0000
committerKurt Zenker <kz@openoffice.org>2002-01-10 08:48:01 +0000
commitcfc461f0d4bc27c330d1bc4193f38aa5b93a0768 (patch)
tree6de3c6b0b369de33c2ea21b81bc3bd5e485266f0
parent7d1dc8c7d020055ef05f623f83af8add22e57e48 (diff)
#96147# mhids needs the include path as fifth parameter
-rw-r--r--sfx2/util/makefile.mk6
-rw-r--r--svx/util/makefile.mk6
2 files changed, 6 insertions, 6 deletions
diff --git a/sfx2/util/makefile.mk b/sfx2/util/makefile.mk
index 1a0f82b98384..62c98c757f72 100644
--- a/sfx2/util/makefile.mk
+++ b/sfx2/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.20 $
+# $Revision: 1.21 $
#
-# last change: $Author: kz $ $Date: 2001-12-19 15:35:52 $
+# last change: $Author: kz $ $Date: 2002-01-10 09:43:17 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -251,7 +251,7 @@ $(SRS)$/hidother.hid: hidother.src
.IF "$(GUI)$(CPU)"=="WNTI"
.IF "$(BUILD_SOSL)"==""
@+echo no hids
- @+-mhids hidother.src ..\$(INPATH)$/srs sfx2 hidother
+ @+-mhids hidother.src $(SRS) $(PRJNAME) dummy $(INCLUDE)
.ENDIF
.ELSE
@echo nix
diff --git a/svx/util/makefile.mk b/svx/util/makefile.mk
index 256cd7105286..04580ca3fe8b 100644
--- a/svx/util/makefile.mk
+++ b/svx/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.15 $
+# $Revision: 1.16 $
#
-# last change: $Author: kz $ $Date: 2002-01-07 10:48:03 $
+# last change: $Author: kz $ $Date: 2002-01-10 09:46:50 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -625,7 +625,7 @@ $(SRS)$/hidother.hid: hidother.src
.ELSE
.IF "$(BUILD_SOSL)"==""
@+echo NO HIDS!!!
- @+-mhids hidother.src $(SRS) $(PRJNAME)
+ @+-mhids hidother.src $(SRS) $(PRJNAME) dummy $(INCLUDE)
.ENDIF
.ENDIF