ProjectBuilder.st
changeset 2672 a1cda5d8943d
parent 2647 aedc794b630a
child 2673 100b4dd5c3c2
equal deleted inserted replaced
2671:48cb061347ef 2672:a1cda5d8943d
   173     self setupBuildDirectory.
   173     self setupBuildDirectory.
   174     self activityNotification:'Generating stc directory...'.
   174     self activityNotification:'Generating stc directory...'.
   175     self copySTCDirectoryForBuild.
   175     self copySTCDirectoryForBuild.
   176     self activityNotification:'Generating source files...'.
   176     self activityNotification:'Generating source files...'.
   177     self generateSourceFiles.
   177     self generateSourceFiles.
   178     self activityNotification:'Generating dlls for linkage...'.
   178     self activityNotification:'Copying dlls for linkage...'.
   179     self copyDLLsForLinkage.
   179     self copyDLLsForLinkage.
   180     self activityNotification:'Generating support files for linkage...'.
   180     self activityNotification:'Copying support files for linkage...'.
   181     self copySupportFilesForLinkage.
   181     self copySupportFilesForLinkage.
   182     self copyStartupFilesFromSmalltalk.
   182     self copyStartupFilesFromSmalltalk.
   183 
   183 
   184     self activityNotification:'Executing make...'.
   184     self activityNotification:'Executing make...'.
   185     self makeWithOutputTo:stdOut errorTo:stdErr.
   185     self makeWithOutputTo:stdOut errorTo:stdErr.