stx_libtool2.st
changeset 2193 bf0f5293adbd
parent 2182 28e8023b2f9f
child 2194 70b90ed6e10d
equal deleted inserted replaced
2192:398c9aba6588 2193:bf0f5293adbd
   137 
   137 
   138 legalCopyright
   138 legalCopyright
   139     "Return a copyright string which will appear in <lib>.rc"
   139     "Return a copyright string which will appear in <lib>.rc"
   140 
   140 
   141     ^ 'Copyright Claus Gittinger 1988-2006\nCopyright eXept Software AG 1998-2006'
   141     ^ 'Copyright Claus Gittinger 1988-2006\nCopyright eXept Software AG 1998-2006'
   142 !
       
   143 
       
   144 productName
       
   145     "Return a product name which will appear in <lib>.rc"
       
   146 
       
   147     ^ 'Smalltalk/X'
       
   148 ! !
   142 ! !
   149 
   143 
   150 !stx_libtool2 class methodsFor:'documentation'!
   144 !stx_libtool2 class methodsFor:'documentation'!
   151 
   145 
   152 version
   146 version