diff options
Diffstat (limited to 'javaunohelper/util/makefile.mk')
-rw-r--r-- | javaunohelper/util/makefile.mk | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/javaunohelper/util/makefile.mk b/javaunohelper/util/makefile.mk index 42f2fdb234a1..db5b46f36a32 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 |