StandaloneStartup.st
changeset 20576 96eacca3debf
parent 20575 b3f2276a01eb
child 20580 bb4e5c4f84ef
child 20583 9631f44a2171
equal deleted inserted replaced
20575:b3f2276a01eb 20576:96eacca3debf
  1108         "/ to speedup startup, we did not load all dll's (only a subset of non-GUI dll's is present).
  1108         "/ to speedup startup, we did not load all dll's (only a subset of non-GUI dll's is present).
  1109         "/ now, load all skipped libs from modules.stx.
  1109         "/ now, load all skipped libs from modules.stx.
  1110         self loadRemainingClassLibraries.
  1110         self loadRemainingClassLibraries.
  1111 
  1111 
  1112         Smalltalk isStandAloneApp ifTrue:[
  1112         Smalltalk isStandAloneApp ifTrue:[
       
  1113             self verboseInfo:'loxking for patches'.
  1113             self loadPatches.
  1114             self loadPatches.
  1114             self verboseInfo:'setup Smalltalk'.
  1115         ].
  1115         ].
  1116         self verboseInfo:'setup Smalltalk'.
  1116         self setupSmalltalkFromArguments:CommandLineArguments.
  1117         self setupSmalltalkFromArguments:CommandLineArguments.
  1117         self main:CommandLineArguments
  1118         self main:CommandLineArguments
  1118     ].
  1119     ].
  1119 
  1120 
  1120     "Modified: / 04-02-2011 / 00:03:47 / cg"
  1121     "Modified: / 04-02-2011 / 00:03:47 / cg"