diff options
author | Joachim Lingner <jl@openoffice.org> | 2002-10-25 05:45:15 +0000 |
---|---|---|
committer | Joachim Lingner <jl@openoffice.org> | 2002-10-25 05:45:15 +0000 |
commit | 117e70834d25c44f3cc6c2347fe03f45468f457d (patch) | |
tree | eee50e1201ba9b4c5b0893babdbc52c05564c5c6 /javaunohelper/util | |
parent | 3b5794ff114f49a9554425d970e1067f225ed4d8 (diff) |
#100576# version info in manifest file
Diffstat (limited to 'javaunohelper/util')
-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 |