home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / prog / source / colorw.lha / READ_FIRST! < prev    next >
Text File  |  1987-10-12  |  1KB  |  27 lines

  1.      "ColorWindow" is one of the 5 example programs for programmers on the
  2. Programmer's Suite Book 1 disk by R.J. Mical that was recently sent to user
  3. groups by Commodore.  You should have 15 files in addition to this
  4. READ_FIRST! file after unarcing.  Some of the filenames had to be shortened
  5. for arcing.  Rename ColWinDem as ColorWindowDemo; ColWinDem.in as
  6. ColorWindowDemo.info; makefile.azt as makefile.aztec; and makefile.lat as
  7. makefile.lattice.  After renaming you should have:
  8.  
  9.      ProSuite.doc  -  General .doc file for the disk
  10.  
  11.      ColorWindowDemo       |  A demo of ColorWindow, and its icon,
  12.      ColorWindowDemo.info  |  from the root directory of the disk
  13.  
  14.      pointers.h  |  These 3 files were in a
  15.      prosuite.h  |  directory called
  16.      reqsupp.h   |  ProSuite on the disk
  17.  
  18.      color.c           |
  19.      Color.doc         |
  20.      color.h           |
  21.      color.wth         |  These 9 files were in 
  22.      colordat.c        |  a directory called
  23.      hsl.c             |  ColorWindow on the disk
  24.      main.c            |
  25.      makefile.aztec    |
  26.      makefile.lattice  |
  27.