# HG changeset patch # User Claus Gittinger # Date 1552511831 -3600 # Node ID 194726a985db1f83cf481984d54abf3d2c269c37 # Parent c6d76d18b06465f96f3080b9ac981547490e7775 #REFACTORING by cg class: Tools::ProjectBuilder changed: #copyDLLsForLinkage diff -r c6d76d18b064 -r 194726a985db ProjectBuilder.st --- a/ProjectBuilder.st Wed Mar 13 21:34:26 2019 +0100 +++ b/ProjectBuilder.st Wed Mar 13 22:17:11 2019 +0100 @@ -391,8 +391,8 @@ stdErr nextPutLine:(('Warning: using alternative %1 from %2 (%3 version)...' bindWith:libraryName with:alternativeObjDirSource - with:(self class suiteNameOfCompiler:'vc')) - emphasizeAllWith:(#color -> Color darkRed)). + with:(self class suiteNameOfCompiler:'vc') + ) withColor:Color darkRed). ] ifFalse:[ alternativeObjDirSource := self objDirForUsedCompiler:'bcc'. (dllSourceDir / alternativeObjDirSource / (libraryName, '.dll')) exists ifTrue:[ @@ -444,7 +444,7 @@ ]. "Modified: / 06-09-2012 / 16:19:29 / cg" - "Modified: / 13-03-2019 / 21:19:01 / Claus Gittinger" + "Modified: / 13-03-2019 / 22:15:40 / Claus Gittinger" ! copyDirectory:relativepath