.dir.info
author Claus Gittinger <cg@exept.de>
Fri, 15 Jun 2018 10:54:35 +0200
changeset 5816 7876c07931a7
parent 85 b187d1de30df
permissions -rw-r--r--
#DOCUMENTATION by cg class: ComboListView class comment/format in: #documentation

This directory contains additional (less used) widgets. 
They are compiled by stc into the library 'libwidg2' to be
linked to your application and to smalltalk itself.

Less frequently used elements (TwoColList, Rulers, Sliders etc.)
are found here. You can build a smalltalk without these classes,
or define them as autoloaded (which is done in the patches file).

Depending on the configuration and capabilities of your Operating-
System, the resulting classlibrary is either:

	libwidg2.a      - an archive

	libwidg2.obj    - a prelinked object library

	libwidg2.so     - a shared object

the library includes init code (libwidg2_Init) for all of its components.


Things you can do here:

    make                compile all classes, producing libwidg

    make objs           compile all required object files

    make install        compile all and install in DESTLIBDIR

    make qinstall       only install - assumes binaries are up-to-date 

    make check          syntax check only over all .st files

    make <file>.o       compile <file>.st to object-file

    make <file>.c       compile <file>.st to c intermediate

    make clean

    make clobber