*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Wed, 15 Oct 1997 13:20:19 +0200
changeset 1921 025424c2150e
parent 1920 ad75cae453f7
child 1922 73114e8c9518
*** empty log message ***
.dir.info
--- a/.dir.info	Mon Oct 13 15:28:29 1997 +0200
+++ b/.dir.info	Wed Oct 15 13:20:19 1997 +0200
@@ -1,6 +1,6 @@
 This directory contains the low level view and support classes.
 They are compiled by stc into the library 'libview'.
-These classes are a minimum requirement for any application with graphical
+These classes provide the minimum support for any application with graphical
 user interface - however, some stuff has been moved into an extra directory
 (libview2). Now, all medium level interfacing (mostly Model support, Layout
 and Imagereaders) is found there. This allows for simple applications 
@@ -8,13 +8,15 @@
 to be linked without libview2.
 
 Depending on the configuration and capabilities of your Operating-
-System, the resulting classlibrary is either:
+System, the resulting classlibrary is one of:
 
-        libview.a      - an archive
+	libview.a      - an archive
+	libview.olb    - an archive (vms)
 
-        libview.obj    - a prelinked object library
+	libview.obj    - a prelinked object library
 
-        libview.so     - a shared object
+	libview.so     - a shared object
+	libview.dll    - a shared object (windows)
 
 the library includes init code (libview_Init) for all of its components.