ApplicationDefinition.st
branchjv
changeset 17814 b75a7f0c346b
parent 17811 59526397b942
child 17815 956b46750806
--- a/ApplicationDefinition.st	Tue Nov 30 15:53:23 2010 +0000
+++ b/ApplicationDefinition.st	Mon Dec 20 07:13:27 2010 +0000
@@ -2272,9 +2272,12 @@
 #
 # This file is (currently) only used with win-95 / win-NT versions of STX.
 # It lists the dll''s which are to be loaded at startup time.
+# Notice, lines starting with a "#" are comments.
+# Lines starting with a "*" are treated as comments by the VM, but are usually loaded
+# by the application at the very beginning.
 #
 # All classes loaded at startup time will be present as precompiled classes.
-# Others will be autoloaded.
+# Others might be autoloaded.
 #
 %(ALLPREREQUISITE_LIBS)
 %(SUBPROJECT_LIBS)
@@ -2283,7 +2286,7 @@
     "Created: / 08-08-2006 / 12:26:58 / fm"
     "Modified: / 08-08-2006 / 19:32:27 / fm"
     "Modified: / 16-08-2006 / 17:56:58 / User"
-    "Modified: / 17-08-2006 / 20:35:38 / cg"
+    "Modified: / 09-11-2010 / 11:57:39 / cg"
 !
 
 packageName_dot_nsi
@@ -2702,13 +2705,14 @@
 !ApplicationDefinition class methodsFor:'documentation'!
 
 version
-    ^ '$Id: ApplicationDefinition.st 10595 2010-11-18 11:05:56Z vranyj1 $'
+    ^ '$Id: ApplicationDefinition.st 10602 2010-12-20 07:13:27Z vranyj1 $'
 !
 
 version_CVS
-    ^ 'Header: /cvs/stx/stx/libbasic/ApplicationDefinition.st,v 1.162 2010-08-05 12:05:04 stefan Exp '
+    ^ 'Header: /cvs/stx/stx/libbasic/ApplicationDefinition.st,v 1.163 2010/11/09 10:57:46 cg Exp '
 !
 
 version_SVN
-    ^ '$Id: ApplicationDefinition.st 10595 2010-11-18 11:05:56Z vranyj1 $'
+    ^ '$Id: ApplicationDefinition.st 10602 2010-12-20 07:13:27Z vranyj1 $'
 ! !
+