|
|
Class: stx_libbasic
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
Build-Information for creation of the st/x standard library: stx_libbasic
This library contains basic (nonGUI) classes.
description
-
excludedFromPreRequisites
-
list all packages which should be ignored in the automatic
preRequisites scan. See #preRequisites for more.
-
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
-
additionalBaseAddressDefinition_bc_dot_mak
-
this is an optional definition, which (if present) may speed up the dll-loading a little
on win32 systems.
-
localIncludes
-
-
stcOptimizationOptions
-
description - contents
-
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,...
-
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
-
companyName
-
Return a companyname which will appear in <lib>.rc
-
description
-
Return a description string which will appear in nt.def / bc.def
-
legalCopyright
-
Return a copyright string which will appear in <lib>.rc
|