ProjectBuilder.st
changeset 3632 aafb3c154b6d
parent 3622 b9821260d1ab
child 3649 a51fab5fab19
--- 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