STCCompilerInterface.st
branchjv
changeset 4007 95308b6e887e
parent 3968 4e4f134b6e26
parent 4004 5a73b0604c74
child 4028 8e7af453d137
--- a/STCCompilerInterface.st	Sun Oct 02 06:59:15 2016 +0200
+++ b/STCCompilerInterface.st	Sun Oct 09 22:38:00 2016 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1989 by Claus Gittinger
  COPYRIGHT (c) 2006 by eXept Software AG
@@ -540,6 +538,7 @@
                 inputFrom:nil
                 outputTo:errorStream
                 errorTo:errorStream
+                showWindow:false
                 onError:[:stat| 
                             executionStatus := stat.
                             false
@@ -663,6 +662,7 @@
                 inputFrom:nil
                 outputTo:errorStream
                 errorTo:errorStream
+                showWindow:false
                 onError:[:stat| 
                             executionStatus := stat.
                             false