ProjectBuilder.st
changeset 2898 c7f6c498df6a
parent 2896 6ed90332dbda
child 2905 d02db91a0938
equal deleted inserted replaced
2897:b6cd7ee2a43b 2898:c7f6c498df6a
   252     self copySupportFilesForLinkage.
   252     self copySupportFilesForLinkage.
   253     self copyStartupFilesFromSmalltalk.
   253     self copyStartupFilesFromSmalltalk.
   254 
   254 
   255     self activityNotification:'Executing make...'.
   255     self activityNotification:'Executing make...'.
   256     self makeWithOutputTo:stdOut errorTo:stdErr.
   256     self makeWithOutputTo:stdOut errorTo:stdErr.
   257 !
   257 ! !
       
   258 
       
   259 !ProjectBuilder methodsFor:'building/private'!
   258 
   260 
   259 copyDLLsForLinkage
   261 copyDLLsForLinkage
   260     |targetBuildDir preRequisites dllRelativePaths|
   262     |targetBuildDir preRequisites dllRelativePaths|
   261 
   263 
   262 
   264