eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'stx_libbasic':

Home

everywhere
www.exept.de
for:
[back]

Class: stx_libbasic


Inheritance:

   Object
   |
   +--ProjectDefinition
      |
      +--LibraryDefinition
         |
         +--stx_libbasic

Package:
stx:libbasic
Category:
* Projects & Packages *
Version:
rev: 1.74 date: 2010/04/27 08:10:31
user: stefan
file: stx_libbasic.st directory: libbasic
module: stx stc-classLibrary: libbasic

Description:


Build-Information for creation of the st/x standard library: stx_libbasic
This library contains basic (nonGUI) classes.


Class protocol:

description
o  excludedFromPreRequisites
list all packages which should be ignored in the automatic
preRequisites scan. See #preRequisites for more.

o  preRequisites
list all required packages.
This list can be maintained manually or (better) generated and
updated by scanning the superclass hierarchies and looking for
global variable accesses. (the browser has a menu function for that)
Howevery, often too much is found, and you may want to explicitely
exclude individual packages in the #excludedFromPrerequisites method.

description - compilation
o  additionalBaseAddressDefinition_bc_dot_mak
this is an optional definition, which (if present) may speed up the dll-loading a little
on win32 systems.

o  localIncludes

o  stcOptimizationOptions

description - contents
o  classNamesAndAttributes
lists the classes which are to be included in the project.
Each entry in the list may be: a single class-name (symbol),
or an array-literal consisting of class name and attributes.
Attributes are: #autoload or #<os> where os is one of win32, unix,...

o  extensionMethodNames
lists the extension methods which are to be included in the project.
Entries are 2-element array literals, consisting of class-name and selector.

description - project information
o  companyName
Return a companyname which will appear in <lib>.rc

o  description
Return a description string which will appear in nt.def / bc.def

o  legalCopyright
Return a copyright string which will appear in <lib>.rc



ST/X 6.1.1; WebServer 1.620 at exept:8081; Thu, 24 May 2012 05:09:56 GMT