#FEATURE by cg
authorClaus Gittinger <cg@exept.de>
Sat, 29 Dec 2018 14:17:24 +0100
changeset 3632 aafb3c154b6d
parent 3631 b7ed78d91bbb
child 3633 62a4caa1ac5e
#FEATURE by cg class: Tools::ProjectBuilder changed: #generateSourceFilesByFilingOut
ProjectBuilder.st
--- a/ProjectBuilder.st	Sat Dec 29 12:50:13 2018 +0100
+++ b/ProjectBuilder.st	Sat Dec 29 14:17:24 2018 +0100
@@ -930,7 +930,7 @@
         do:[:eachPackageToFileout |
             |packageId packageDef packageModule packageDirectory packageTargetDir|
 
-            self activityNotification:('  source files for ',eachPackageToFileout,'...').
+            self activityNotification:('  header files for ',eachPackageToFileout,'...').
 
             packageId := eachPackageToFileout asPackageId.
             packageModule := packageId module.
@@ -959,6 +959,8 @@
     ].
 
 "/    stx_libbasic2 preRequisitesForBuilding#(#'stx:libbasic')
+
+    "Modified: / 29-12-2018 / 12:49:12 / Claus Gittinger"
 !
 
 makeCommandOfCompiler:usedCompiler