#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Fri, 13 Dec 2019 16:51:13 +0100
changeset 25117 95ca71f47a00
parent 25116 aa3a98621b0a
child 25118 b375fd4078c2
#DOCUMENTATION by cg class: StandaloneStartup class comment/format in: #loadRemainingClassLibraries
StandaloneStartup.st
--- a/StandaloneStartup.st	Fri Dec 13 15:35:34 2019 +0100
+++ b/StandaloneStartup.st	Fri Dec 13 16:51:13 2019 +0100
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 2006 by eXept Software AG
               All Rights Reserved
@@ -1001,7 +1003,8 @@
 !
 
 loadRemainingClassLibraries
-    "To speedup startup, we did not load all dll's (only a subset of non-GUI dll's is present).
+    "Windows only.
+     To speedup startup, we did not load all dll's (only a subset of non-GUI dll's is present).
      Now, load all skipped libs (the ones marked with '*') from modules.stx."
 
     |modulesFile dllDirectory dlls|