StandaloneStartup.st
changeset 25117 95ca71f47a00
parent 25107 e5a2c223f111
child 25207 63e27a006836
equal deleted inserted replaced
25116:aa3a98621b0a 25117:95ca71f47a00
       
     1 "{ Encoding: utf8 }"
       
     2 
     1 "
     3 "
     2  COPYRIGHT (c) 2006 by eXept Software AG
     4  COPYRIGHT (c) 2006 by eXept Software AG
     3               All Rights Reserved
     5               All Rights Reserved
     4 
     6 
     5  This software is furnished under a license and may be used
     7  This software is furnished under a license and may be used
   999     "Modified: / 25-11-2013 / 12:27:33 / sr"
  1001     "Modified: / 25-11-2013 / 12:27:33 / sr"
  1000     "Modified (comment): / 21-02-2017 / 14:34:28 / mawalch"
  1002     "Modified (comment): / 21-02-2017 / 14:34:28 / mawalch"
  1001 !
  1003 !
  1002 
  1004 
  1003 loadRemainingClassLibraries
  1005 loadRemainingClassLibraries
  1004     "To speedup startup, we did not load all dll's (only a subset of non-GUI dll's is present).
  1006     "Windows only.
       
  1007      To speedup startup, we did not load all dll's (only a subset of non-GUI dll's is present).
  1005      Now, load all skipped libs (the ones marked with '*') from modules.stx."
  1008      Now, load all skipped libs (the ones marked with '*') from modules.stx."
  1006 
  1009 
  1007     |modulesFile dllDirectory dlls|
  1010     |modulesFile dllDirectory dlls|
  1008 
  1011 
  1009     OperatingSystem isMSWINDOWSlike ifFalse:[^ self ].
  1012     OperatingSystem isMSWINDOWSlike ifFalse:[^ self ].