# HG changeset patch # User Claus Gittinger # Date 1563198025 -7200 # Node ID 7f25d19879963461bc337fd9a7d78d07c39c7c3e # Parent a3c56c0e415781000235b2001dacca4b553ea3b6 #OTHER by cg unneeded subProjects method removed (already inherited) diff -r a3c56c0e4157 -r 7f25d1987996 stx_libtool2.st --- a/stx_libtool2.st Sat Jul 13 14:17:10 2019 +0200 +++ b/stx_libtool2.st Mon Jul 15 15:40:25 2019 +0200 @@ -107,16 +107,6 @@ #'stx:libtool' "AbstractLauncherApplication - referenced by Tools::ObjectModuleInformation>>loadPackage" #'stx:libui' "DataSetColumnSpec - referenced by DataSetBuilder>>columns:" ) -! - -subProjects - "list packages which are known as subprojects. - The generated makefile will enter those and make there as well. - However: they are not forced to be loaded when a package is loaded; - for those, redefine #referencedPrerequisites or #mandatoryPreRequisites." - - ^ #( - ) ! ! !stx_libtool2 class methodsFor:'description - compilation'!