automatic checkIn
authorClaus Gittinger <cg@exept.de>
Wed, 23 Aug 2006 11:48:03 +0200
changeset 3038 2f6cd166c976
parent 3037 e0c9fe09971c
child 3039 e3ff53a1536c
automatic checkIn
stx_libwidg2.st
--- a/stx_libwidg2.st	Wed Aug 23 11:48:01 2006 +0200
+++ b/stx_libwidg2.st	Wed Aug 23 11:48:03 2006 +0200
@@ -162,6 +162,14 @@
     )
 ! !
 
+!stx_libwidg2 class methodsFor:'description - compilation'!
+
+stcOptimizationOptions
+    ^ '+optspace3 -warnNonStandard'
+
+    "Created: / 23-08-2006 / 11:27:01 / cg"
+! !
+
 !stx_libwidg2 class methodsFor:'description - project information'!
 
 companyName
@@ -174,8 +182,6 @@
     "Return a description string which will appear in nt.def / bc.def"
 
     ^ 'Smalltalk/X Additional Widgets'
-
-    "Modified: / 22-08-2006 / 23:24:42 / cg"
 !
 
 fileDescription
@@ -190,8 +196,6 @@
     "Return copyright string which will appear in <lib>.rc"
 
     ^ 'Copyright Claus Gittinger 1988-2006\nCopyright eXept Software AG 1998-2006'
-
-    "Modified: / 22-08-2006 / 23:26:47 / cg"
 !
 
 productName
@@ -203,5 +207,5 @@
 !stx_libwidg2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/stx_libwidg2.st,v 1.5 2006-08-22 21:28:39 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/stx_libwidg2.st,v 1.6 2006-08-23 09:48:03 cg Exp $'
 ! !