

                         CONTENTS OF YACL.ZIP
                         --------------------

shiplist.txt         This file
                     
readme.txt           A brief description of YACL
                     
control/             
    gnuc/            Directory containing configuration files for GNU C++
        solaris.cfg  Configuration file for GNU C++ under Sun Solaris 
        sunos.cfg    Configuration file for GNU C++ under SunOS
        linux.cfg    Configuration file for GNU C++ under Linux
        sgi.cfg      Configuration file for GNU C++ under SGI IRIX
        generic.cfg  Configuration file for GNU C++ under generic Unix
        
    borlandc.ctl     Control file for Borland C++ makefiles
    cfr_sun.ctl      Control file for Sun native C++ makefiles
    cfr_sgi.ctl      Control file for SGI Delta C++ makefiles
    emxos2.ctl       Control file for EMX GNU C++ makefiles under OS/2
    gnuc.ctl         Control file for GNU C++ makefiles
    ibmvacpp.ctl     Control file for IBM Visual Age C++ makefiles
    msvcpp.ctl       Control file for Microsoft Visual C++ makefiles
    watcomc.ctl      Control file for Watcom C++ makefiles
                     
doc/                 Directory containing compiler-specific information
    borlandc.txt     Directions for building YACL with Borland C++
    changlog.txt     List of fixes/patches/updates
    cfr_sun.txt      Directions for building YACL using Sun native C++
    cfr_sgi.txt      Directions for building YACL using SGI Delta C++
    emxos2.txt       Directions for building YACL with EMX C++
    gnux.txt         Directions for building YACL with GNU C++
    guidelin.txt     General guidelines on using YACL -- stuff that isn't
                     documented well in the YACL book
    ibmvacpp.txt     Directions for building YACL with IBM Visual Age C++
    msvcpp.txt       Directions for building YACL with Microsoft Visual C++
    quirks.txt       Known YACL problems on supported platforms
    watcomc.txt      Directions for building YACL with Watcom C++
                     
lib/                 
    dos/             Directory for DOS libraries (created by make)
    os2/             Directory for OS/2 libraries (created by make)
    os2emx/          Directory for OS/2 EMX libraries (created by make)
    win32/           Directory for 32-bit windows libraries (created by make)
    windows/         Directory for Windows libraries (created by make)
                     
contrib/             Directory containing contributions by various authors
                     
apps/                Sample applications by various authors
    bmpview/         A bitmap viewer by Tony Ton
    dlged/           A dialog editor by M. A. Sridhar
                     
base/                
    *.h              Header files for base classes
    *.cxx            Implementation files
    borlandc.mak     Borland C++ makefile
    cfr_sun.mak      Sun native C++ makefile
    cfr_sgi.mak      SGI Delta C++  makefile
    emxos2.mak       EMX C++ makefile (for OS/2 only)
    gnuc.mak         GNU C++ makefile
    ibmvacpp.mak     IBM Visual Age C++ makefile
    msvcpp.mak       Microsoft Visual C++ makefile
    watcomc.mak      Watcom C++ makefile
                     
io/                  
    *.h              Header files for I/O classes
    *.cxx            Implementation files 
    borlandc.mak     Borland C++ makefile
    cfr_sun.mak      Sun native C++ makefile
    cfr_sgi.mak      SGI Delta C++  makefile
    emxos2.mak       EMX C++ makefile (for OS/2 only)
    gnuc.mak         GNU C++ makefile
    ibmvacpp.mak     IBM Visual Age C++ makefile
    msvcpp.mak       Microsoft Visual C++ makefile
    watcomc.mak      Watcom C++ makefile
                     
ui/                  
    *.h              Header files for GUI classes
    *.cxx            Implementation files 
    *.c              Platform-specific support files
    borlandc.mak     Borland C++ makefile
    cfr_sun.mak      Sun native C++ makefile
    cfr_sgi.mak      SGI Delta C++  makefile
    emxos2.mak       EMX C++ makefile (for OS/2 only)
    gnuc.mak         GNU C++ makefile
    ibmvacpp.mak     IBM Visual Age C++ makefile
    msvcpp.mak       Microsoft Visual C++ makefile
    watcomc.mak      Watcom C++ makefile
                     
basedemo/            Sample programs illustrating the use of the base classes
                     
uidemo/              Sample programs illustrating the use of the GUI  classes
    demos.txt        List of GUI demo programs
                     
                     
tools/               
    translat.awk     An awk script for translating an MS Windows resource
                     file into a .cxx file for use with YACL's Composite
                     class
                     
    removecr         Unix shell script for removing carriage-returns and
                     ctrl/z's from text files
                     
    stripcr          Used by removecr
    
