home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 300-399 / ff384.lzh / NorthC / Example2.LZH / Script / README < prev    next >
Text File  |  1990-09-09  |  675b  |  17 lines

  1. (c) 1990 S.Hawtin.
  2.  
  3.  
  4.   This directory contains the source code for the program that unpacks the 
  5. NorthC environment.  I was going to try and use "Xicon" to unpack the 
  6. compressed files but I found that this took up so much space that it 
  7. would not work on a bare Amiga 500.
  8.  
  9.   On NorthC 1.1 I wrote a special program to unpack the files, however 
  10. because it was just thrown together at the last minute it was badly written 
  11. and difficult to maintain.  What I have done here should be easier to 
  12. follow.
  13.  
  14.   I have implemented a few of the CLI commands as 'C' funtions, these are in 
  15. "script.c", this helps to make the actual source in "unpack.c" nice and easy 
  16. to understand.
  17.