diff options
author | Andreas Schlüns <as@openoffice.org> | 2001-04-19 11:38:21 +0000 |
---|---|---|
committer | Andreas Schlüns <as@openoffice.org> | 2001-04-19 11:38:21 +0000 |
commit | dbce3df2138664b9ac0e8bc0e5e8b0b0e1baa179 (patch) | |
tree | 274326562f53a9f414e08331d0759c9704dd1ff7 /framework | |
parent | c2fe6ea9282fa1ccf56394d612fc44975a617811 (diff) |
#79591# disable component description - it doesn't work!!!
Diffstat (limited to 'framework')
-rw-r--r-- | framework/util/makefile.mk | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/framework/util/makefile.mk b/framework/util/makefile.mk index fb1b50c4dad1..56be3a302f5b 100644 --- a/framework/util/makefile.mk +++ b/framework/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.20 $ +# $Revision: 1.21 $ # -# last change: $Author: cd $ $Date: 2001-04-10 15:04:28 $ +# last change: $Author: as $ $Date: 2001-04-19 12:38:21 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -66,9 +66,6 @@ TARGET= framework USE_DEFFILE= TRUE ENABLE_EXCEPTIONS= TRUE NO_BSYMBOLIC= TRUE -COMP1TYPELIST= fwk -COMP2TYPELIST= fwl -COMP3TYPELIST= lgd # --- Settings ----------------------------------------------------- |