diff options
author | Joachim Lingner <jl@openoffice.org> | 2002-10-25 05:55:27 +0000 |
---|---|---|
committer | Joachim Lingner <jl@openoffice.org> | 2002-10-25 05:55:27 +0000 |
commit | 1b83e8d367532e7d7702f0b8d502f04e4ac7f122 (patch) | |
tree | dbb76bf928e76fc4b0e0857b31da479a35bb5e36 /ridljar/util | |
parent | 117e70834d25c44f3cc6c2347fe03f45468f457d (diff) |
#100576# version info in manifest file
Diffstat (limited to 'ridljar/util')
-rw-r--r-- | ridljar/util/makefile.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ridljar/util/makefile.mk b/ridljar/util/makefile.mk index 7a8e272e8574..39f3243b7dd7 100644 --- a/ridljar/util/makefile.mk +++ b/ridljar/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: jsc $ $Date: 2000-11-08 15:38:30 $ +# last change: $Author: jl $ $Date: 2002-10-25 06:52:55 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -65,6 +65,8 @@ PRJNAME = ridljar TARGET = ridl # --- Settings ----------------------------------------------------- +USE_UDK_EXTENDED_MANIFESTFILE=TRUE +USE_EXTENDED_MANIFESTFILE=TRUE .INCLUDE : settings.mk |