#OTHER by stefan
authorStefan Vogel <sv@exept.de>
Wed, 05 Oct 2016 17:23:18 +0200
changeset 4004 5a73b0604c74
parent 4003 a22969f1ca9e
child 4005 9567885ed8a7
#OTHER by stefan class: STCCompilerInterface comment/format in: #compileToC changed: #compileToExe #compileToS executeCommand with showWindow=false
STCCompilerInterface.st
--- a/STCCompilerInterface.st	Wed Oct 05 17:03:38 2016 +0200
+++ b/STCCompilerInterface.st	Wed Oct 05 17:23:18 2016 +0200
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1989 by Claus Gittinger
  COPYRIGHT (c) 2006 by eXept Software AG
@@ -482,6 +480,7 @@
                 inputFrom:nil
                 outputTo:errorStream
                 errorTo:errorStream
+                showWindow:false
                 onError:[:stat| 
                             executionStatus := stat.
                             false
@@ -589,6 +588,7 @@
                 inputFrom:nil
                 outputTo:errorStream
                 errorTo:errorStream
+                showWindow:false
                 onError:[:stat| 
                             executionStatus := stat.
                             false