ObjectFileLoader.st
changeset 3896 d477c59ffeba
parent 3895 eb4e8f03c257
child 3897 a528943d2d20
child 3900 0f5ffb09e836
equal deleted inserted replaced
3895:eb4e8f03c257 3896:d477c59ffeba
  1476         (definitionClass notNil and:[definitionClass isLoaded]) ifTrue:[
  1476         (definitionClass notNil and:[definitionClass isLoaded]) ifTrue:[
  1477             definitionClass supportedOnPlatform ifTrue:[
  1477             definitionClass supportedOnPlatform ifTrue:[
  1478                 definitionClass 
  1478                 definitionClass 
  1479                     loadAllClassesAsAutoloaded:true;
  1479                     loadAllClassesAsAutoloaded:true;
  1480                     loadPreRequisitesAsAutoloaded:true;                  "/ load non-mandatory prerequisites
  1480                     loadPreRequisitesAsAutoloaded:true;                  "/ load non-mandatory prerequisites
  1481                     projectIsLoaded:true;
  1481                     projectIsLoaded:true.                                "/ this performs the postLoadAction, too.
  1482                     postLoadAction.
       
  1483             ].
  1482             ].
  1484         ].
  1483         ].
  1485         Smalltalk isInitialized ifTrue:[
  1484         Smalltalk isInitialized ifTrue:[
  1486             "really don't know, if and what has changed ...
  1485             "really don't know, if and what has changed ...
  1487              ... but assume, that new classes have been installed."
  1486              ... but assume, that new classes have been installed."