# HG changeset patch # User Claus Gittinger # Date 1546089444 -3600 # Node ID aafb3c154b6de2305ef8aa7e86c3c36061517227 # Parent b7ed78d91bbb1d5cc47e955933075fda0dae7749 #FEATURE by cg class: Tools::ProjectBuilder changed: #generateSourceFilesByFilingOut diff -r b7ed78d91bbb -r aafb3c154b6d 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