summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--javaunohelper/util/makefile.mk7
-rw-r--r--jurt/util/makefile.mk6
2 files changed, 9 insertions, 4 deletions
diff --git a/javaunohelper/util/makefile.mk b/javaunohelper/util/makefile.mk
index 42f2fdb23..db5b46f36 100644
--- a/javaunohelper/util/makefile.mk
+++ b/javaunohelper/util/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: jl $ $Date: 2002-04-11 14:45:20 $
+# last change: $Author: jl $ $Date: 2002-10-25 06:42:43 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -65,6 +65,8 @@ PRJNAME = juhelper
TARGET = juh
# --- Settings -----------------------------------------------------
+USE_EXTENDED_MANIFESTFILE=TRUE
+USE_UDK_EXTENDED_MANIFESTFILE=TRUE
.INCLUDE : settings.mk
.INCLUDE : $(PRJ)$/version.mk
@@ -77,6 +79,7 @@ JARCLASSDIRS = \
JARTARGET = $(TARGET).jar
JARCOMPRESS = TRUE
+
# --- Targets ------------------------------------------------------
.INCLUDE : target.mk
diff --git a/jurt/util/makefile.mk b/jurt/util/makefile.mk
index 939d44dd9..45c7ff151 100644
--- a/jurt/util/makefile.mk
+++ b/jurt/util/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 15:27:56 $
+# last change: $Author: jl $ $Date: 2002-10-25 06:45:15 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -65,6 +65,8 @@ PRJNAME = jurt
TARGET = jurt
# --- Settings -----------------------------------------------------
+USE_UDK_EXTENDED_MANIFESTFILE=TRUE
+USE_EXTENDED_MANIFESTFILE=TRUE
.INCLUDE : settings.mk