diff -r b62c4b71910c -r 380d18b00312 ProjectBuilder.st --- 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. + ] ] ]. ].