stx_libview2.st
changeset 3391 8cc718921bbb
parent 3378 0086f017aef8
child 3406 f1e1fdc2a7fe
equal deleted inserted replaced
3390:f3bd61a84b95 3391:8cc718921bbb
    37 documentation
    37 documentation
    38 "
    38 "
    39     Build- and package information for creation of the st/x standard library: stx_libview2.
    39     Build- and package information for creation of the st/x standard library: stx_libview2.
    40     This library contains additional graphics-interfacing components and infrastructure.
    40     This library contains additional graphics-interfacing components and infrastructure.
    41 "
    41 "
       
    42 !
       
    43 
       
    44 extensionsVersion_CVS
       
    45     ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.81 2014-11-18 14:29:43 cg Exp $'
       
    46 !
       
    47 
       
    48 extensionsVersion_SVN
       
    49     ^ 'Id:'
    42 ! !
    50 ! !
    43 
    51 
    44 !stx_libview2 class methodsFor:'description'!
    52 !stx_libview2 class methodsFor:'description'!
    45 
    53 
    46 excludedFromPreRequisites
    54 excludedFromPreRequisites
   221 localIncludes
   229 localIncludes
   222     ^ '$(JPEG_INCLUDE)'
   230     ^ '$(JPEG_INCLUDE)'
   223 !
   231 !
   224 
   232 
   225 stcOptimizationOptions
   233 stcOptimizationOptions
   226     ^ '+optspace2 -warnNonStandard'
   234     ^ '+optinline'
   227 
   235 
   228     "Created: / 23-08-2006 / 11:27:11 / cg"
   236     "Created: / 23-08-2006 / 11:27:11 / cg"
       
   237 !
       
   238 
       
   239 stcWarningOptions
       
   240     ^ '-warnNonStandard -warnUnused'
   229 ! !
   241 ! !
   230 
   242 
   231 !stx_libview2 class methodsFor:'description - contents'!
   243 !stx_libview2 class methodsFor:'description - contents'!
   232 
   244 
   233 classNamesAndAttributes
   245 classNamesAndAttributes
   398 ! !
   410 ! !
   399 
   411 
   400 !stx_libview2 class methodsFor:'documentation'!
   412 !stx_libview2 class methodsFor:'documentation'!
   401 
   413 
   402 version
   414 version
   403     ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.80 2014-09-19 17:46:06 cg Exp $'
   415     ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.81 2014-11-18 14:29:43 cg Exp $'
   404 !
   416 !
   405 
   417 
   406 version_CVS
   418 version_CVS
   407     ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.80 2014-09-19 17:46:06 cg Exp $'
   419     ^ '$Header: /cvs/stx/stx/libview2/stx_libview2.st,v 1.81 2014-11-18 14:29:43 cg Exp $'
   408 ! !
   420 ! !
   409 
   421