stx_libtool2.st
changeset 3688 7f25d1987996
parent 3683 a1b642518b0b
child 3707 f0fad0548be9
equal deleted inserted replaced
3687:a3c56c0e4157 3688:7f25d1987996
   104         #'stx:libbasic3'    "AbstractSourceCodeManager - referenced by Tools::ProjectBuilderAssistantApplication>>checkSourceCodeManagerType"
   104         #'stx:libbasic3'    "AbstractSourceCodeManager - referenced by Tools::ProjectBuilderAssistantApplication>>checkSourceCodeManagerType"
   105         #'stx:libcomp'    "ObjectFileLoader - referenced by Tools::ObjectModuleInformation>>postBuildWith:"
   105         #'stx:libcomp'    "ObjectFileLoader - referenced by Tools::ObjectModuleInformation>>postBuildWith:"
   106         #'stx:libhtml'    "HTMLDocumentView - referenced by MethodFinderWindow>>openHTMLDocumentation"
   106         #'stx:libhtml'    "HTMLDocumentView - referenced by MethodFinderWindow>>openHTMLDocumentation"
   107         #'stx:libtool'    "AbstractLauncherApplication - referenced by Tools::ObjectModuleInformation>>loadPackage"
   107         #'stx:libtool'    "AbstractLauncherApplication - referenced by Tools::ObjectModuleInformation>>loadPackage"
   108         #'stx:libui'    "DataSetColumnSpec - referenced by DataSetBuilder>>columns:"
   108         #'stx:libui'    "DataSetColumnSpec - referenced by DataSetBuilder>>columns:"
   109     )
       
   110 !
       
   111 
       
   112 subProjects
       
   113     "list packages which are known as subprojects.
       
   114      The generated makefile will enter those and make there as well.
       
   115      However: they are not forced to be loaded when a package is loaded;
       
   116      for those, redefine #referencedPrerequisites or #mandatoryPreRequisites."
       
   117 
       
   118     ^ #(
       
   119     )
   109     )
   120 ! !
   110 ! !
   121 
   111 
   122 !stx_libtool2 class methodsFor:'description - compilation'!
   112 !stx_libtool2 class methodsFor:'description - compilation'!
   123 
   113