LibraryDefinition.st
changeset 22388 a7392e0e7e23
parent 21927 f82381b50ee2
child 23122 eb0d57c1bf36
--- a/LibraryDefinition.st	Mon Dec 04 17:43:06 2017 +0100
+++ b/LibraryDefinition.st	Mon Dec 04 17:43:19 2017 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 2006-2013 by eXept Software AG
               All Rights Reserved
@@ -90,7 +88,7 @@
 !LibraryDefinition class methodsFor:'file generation'!
 
 basicFileNamesToGenerate
-    "answer a dictionary (filename -> generator method) with all the files, 
+    "answer a dictionary (filename -> generator method) with all the build-support files, 
      that have to be generated for this package"
 
     |dict|
@@ -98,6 +96,8 @@
     dict := super basicFileNamesToGenerate.
     dict at:'libInit.cc' put:#'generate_libInit_dot_cc'.
     ^ dict.
+
+    "Modified (comment): / 04-12-2017 / 17:40:09 / cg"
 !
 
 generateFile:filename