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'!