# HG changeset patch # User Claus Gittinger # Date 1552509266 -3600 # Node ID c6d76d18b06465f96f3080b9ac981547490e7775 # Parent f66208efcf4bcae3bed05b0f566bdeb9cdcbbaa6 #REFACTORING by cg class: Tools::ProjectBuilder changed: #copyDLLsForLinkage diff -r f66208efcf4b -r c6d76d18b064 ProjectBuilder.st --- a/ProjectBuilder.st Sat Mar 09 22:24:17 2019 +0100 +++ b/ProjectBuilder.st Wed Mar 13 21:34:26 2019 +0100 @@ -1,5 +1,3 @@ -"{ Encoding: utf8 }" - " COPYRIGHT (c) 2009 by eXept Software AG All Rights Reserved @@ -394,7 +392,7 @@ bindWith:libraryName with:alternativeObjDirSource with:(self class suiteNameOfCompiler:'vc')) - emphasizeAllWith:(#color -> Color red darkened)). + emphasizeAllWith:(#color -> Color darkRed)). ] ifFalse:[ alternativeObjDirSource := self objDirForUsedCompiler:'bcc'. (dllSourceDir / alternativeObjDirSource / (libraryName, '.dll')) exists ifTrue:[ @@ -446,6 +444,7 @@ ]. "Modified: / 06-09-2012 / 16:19:29 / cg" + "Modified: / 13-03-2019 / 21:19:01 / Claus Gittinger" ! copyDirectory:relativepath