home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / yacl-012.zip / shipping.lst < prev   
File List  |  1995-04-10  |  1KB  |  44 lines

  1.  
  2.  
  3. Contents of yacl.zip:
  4.  
  5. shipping.lst       This file
  6.  
  7. readme.txt         A brief description of YACL
  8.  
  9. howto.txt          How to use YACL
  10.  
  11. control/
  12.     bcmak.ctl          Control file for Borland C++ makefiles
  13.     emxmak.ctl         Control file for EMX GNU C++ makefiles under OS/2
  14.     gccmak.ctl         Control file for GNU C++ makefiles
  15.  
  16. base/
  17.     *.h            Header files for base classes
  18.     *.cxx          Implementation files 
  19.  
  20. io/
  21.     *.h            Header files for i/o classes
  22.     *.cxx          Implementation files 
  23.  
  24. ui/
  25.     *.h            Header files for GUI classes
  26.     *.cxx          Implementation files 
  27.  
  28. basedemo/          Sample programs illustrating the use of the
  29.                    base classes
  30.  
  31. uidemo/            Sample programs illustrating the use of the
  32.                    GUI  classes
  33.  
  34. tools/
  35.     translat.awk   An awk script for translating an MS-Windows resource
  36.                    file into a .cxx file for use with YACL's Composite
  37.                    class
  38.  
  39.     removecr       Unix shell script for removing carriage-returns
  40.                    from text files
  41.  
  42.     stripcr        Used by removecr
  43.     
  44.