ProjectBuilder.st
changeset 3654 c6d76d18b064
parent 3649 a51fab5fab19
child 3655 194726a985db
--- 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