# HG changeset patch # User Claus Gittinger # Date 815237372 -3600 # Node ID 0a0d72bb8e941e69e04c2e3a4591d785c8029a07 # Parent d03618e99b3c92ced6cd95bc99ad3b10b6eb130a Initial revision diff -r d03618e99b3c -r 0a0d72bb8e94 .dir.info --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.dir.info Wed Nov 01 15:49:32 1995 +0100 @@ -0,0 +1,44 @@ +This directory contains the high level graphical development tools. +They are compiled by stc into the library 'libtool'. + +These are normally not needed for final applications - +actually, if you are producing an end-user application, you +are NOT allowed to include the Browser and other development +tools in that executable - except if the end-user has a developpers +licence too. + +Use of these classes requires that 'libview', 'libview2', 'libwidg' and +'libwidg2' are also loaded into the system. +(although autoloading them is also possible). + +Depending on the configuration and capabilities of your Operating- +System, the resulting classlibrary is either: + + libtool.a - an archive + + libtool.obj - a prelinked object library + + libtool.so - a shared object + +the library includes init code (libtool_Init) for all of its components. + + +Things you can do here: + + make compile all classes, producing libwidg + + make objs compile all 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 .o compile .st to object-file + + make .c compile .st to c intermediate + + make clean + + make clobber