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 /jurt/util | |
parent | 3b5794ff114f49a9554425d970e1067f225ed4d8 (diff) |
#100576# version info in manifest file
Diffstat (limited to 'jurt/util')
-rw-r--r-- | jurt/util/makefile.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/jurt/util/makefile.mk b/jurt/util/makefile.mk index 939d44dd9cf7..45c7ff151e04 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 |