ProjectBuilder.st
changeset 3041 380d18b00312
parent 3006 741e3e2f0270
child 3042 7022b69410ab
--- a/ProjectBuilder.st	Wed Jul 31 13:13:51 2013 +0200
+++ b/ProjectBuilder.st	Mon Aug 05 21:17:05 2013 +0200
@@ -420,7 +420,9 @@
                     dest directory recursiveMakeDirectory.
                     source copyTo:dest.    
                     self activityNotification:'    ',dest pathName
-                ].
+                ] ifFalse:[
+                    Transcript showCR:'already up-to-date: ',dllRelativeDestPath.
+                ]
             ]
         ].
     ].