changed: #buildWithOutputTo:errorTo:
authorClaus Gittinger <cg@exept.de>
Thu, 22 Oct 2009 23:03:18 +0200
changeset 2672 a1cda5d8943d
parent 2671 48cb061347ef
child 2673 100b4dd5c3c2
changed: #buildWithOutputTo:errorTo:
ProjectBuilder.st
--- a/ProjectBuilder.st	Thu Oct 22 22:48:52 2009 +0200
+++ b/ProjectBuilder.st	Thu Oct 22 23:03:18 2009 +0200
@@ -175,9 +175,9 @@
     self copySTCDirectoryForBuild.
     self activityNotification:'Generating source files...'.
     self generateSourceFiles.
-    self activityNotification:'Generating dlls for linkage...'.
+    self activityNotification:'Copying dlls for linkage...'.
     self copyDLLsForLinkage.
-    self activityNotification:'Generating support files for linkage...'.
+    self activityNotification:'Copying support files for linkage...'.
     self copySupportFilesForLinkage.
     self copyStartupFilesFromSmalltalk.