stx_libwidg.st
changeset 6629 ba8fdce25504
parent 6540 f16a4870c7c8
child 6780 d7d4526fb3f3
equal deleted inserted replaced
6628:23d027d53e04 6629:ba8fdce25504
   115     ^ #(
   115     ^ #(
   116         #'stx:goodies/regex'    "Regex::RxMatcher - referenced by TextView>>openSearchBoxAndSearchWithReplaceChecked:"
   116         #'stx:goodies/regex'    "Regex::RxMatcher - referenced by TextView>>openSearchBoxAndSearchWithReplaceChecked:"
   117         #'stx:libbasic2'    "ActorStream - referenced by TextCollector>>initialize"
   117         #'stx:libbasic2'    "ActorStream - referenced by TextCollector>>initialize"
   118         #'stx:libbasic3'    "MessageTally - referenced by Workspace>>spyOnIt"
   118         #'stx:libbasic3'    "MessageTally - referenced by Workspace>>spyOnIt"
   119         #'stx:libui'    "ActionButtonSpec - referenced by Button>>specClass"
   119         #'stx:libui'    "ActionButtonSpec - referenced by Button>>specClass"
   120     )
       
   121 !
       
   122 
       
   123 subProjects
       
   124     "list packages which are known as subprojects.
       
   125      The generated makefile will enter those and make there as well.
       
   126      However: they are not forced to be loaded when a package is loaded;
       
   127      for those, redefine requiredPrerequisites"
       
   128 
       
   129     ^ #(
       
   130     )
   120     )
   131 ! !
   121 ! !
   132 
   122 
   133 !stx_libwidg class methodsFor:'description - compilation'!
   123 !stx_libwidg class methodsFor:'description - compilation'!
   134 
   124