Tools__ProjectBuilderAssistantApplication.st
changeset 2930 60ac412ce3f8
parent 2929 f24fa4b3758d
child 2959 ab140a3e5eb6
--- a/Tools__ProjectBuilderAssistantApplication.st	Wed Sep 26 21:04:35 2012 +0200
+++ b/Tools__ProjectBuilderAssistantApplication.st	Thu Sep 27 17:10:28 2012 +0200
@@ -1910,6 +1910,7 @@
         ex proceed.
     ] do:[
         self getProjectBuilder.
+        projectBuilder makeExeOnly:(what = 'exe').
 
         Error handle:[:ex |
             makeOutputWindow endEntry.
@@ -1922,7 +1923,7 @@
         ].
     ].
 
-    "Modified: / 26-09-2012 / 20:57:42 / cg"
+    "Modified: / 27-09-2012 / 14:56:38 / cg"
 !
 
 selectedApplicationChanged