save compiler settings (dolphin)
authorClaus Gittinger <cg@exept.de>
Mon, 03 Dec 2001 16:34:58 +0100
changeset 3480 7f13d0a4ae1d
parent 3479 c068d829d733
child 3481 5d3afcb9f7ce
save compiler settings (dolphin)
AbstractLauncherApplication.st
--- a/AbstractLauncherApplication.st	Mon Dec 03 16:33:59 2001 +0100
+++ b/AbstractLauncherApplication.st	Mon Dec 03 16:34:58 2001 +0100
@@ -3834,6 +3834,8 @@
       nextPutLine:'Compiler warnCommonMistakes: ' , (Compiler warnCommonMistakes storeString) , '.';
       nextPutLine:'Compiler warnPossibleIncompatibilities: ' , (Compiler warnPossibleIncompatibilities storeString) , '.';
       nextPutLine:'Compiler allowUnderscoreInIdentifier: ' , (Compiler allowUnderscoreInIdentifier storeString) , '.';
+      nextPutLine:'Compiler allowSqueakExtensions: ' , (Compiler allowSqueakExtensions storeString) , '.';
+      nextPutLine:'Compiler allowDolphinExtensions: ' , (Compiler allowDolphinExtensions storeString) , '.';
       nextPutLine:'Compiler arraysAreImmutable: ' , (Compiler arraysAreImmutable storeString) , '.';
       nextPutLine:'Compiler lineNumberInfo: ' , (Compiler lineNumberInfo storeString) , '.';
 
@@ -6362,5 +6364,5 @@
 !AbstractLauncherApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.183 2001-12-03 15:33:59 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/AbstractLauncherApplication.st,v 1.184 2001-12-03 15:34:58 cg Exp $'
 ! !