#REFACTORING by cg
authorClaus Gittinger <cg@exept.de>
Wed, 13 Mar 2019 22:17:11 +0100
changeset 3655 194726a985db
parent 3654 c6d76d18b064
child 3656 84177d270097
#REFACTORING by cg class: Tools::ProjectBuilder changed: #copyDLLsForLinkage
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