Index Last Updated: Tue Sep 16 8:07:32 2003
Parent Directory at Master Site:
http://www.gno.org/pub/apple2/prodos/programming/languages/c
Current Directory at Master Site:
http://www.gno.org/pub/apple2/prodos/programming/languages/c/hyperc
Current Directory:
/pub/apple2/prodos/programming/languages/c/hyperc
Most files are available by three methods. The file name link downloads files from the server you are currently on using the HTTP protocol. The HTTP and FTP links following the file name will retrieve the file from the master Trenco archive using the HTTP or FTP protocols, respectively.
Make is a powerful utility for HyperC which automatically updates files when the files they depend on change. It can save the user much time when building and rebuilding programs and can also be used for many other tasks such as flushing changed files from ramdisk to disk. Make runs from the HyperC shell, running under ProDOS, on all Apple II's. A clock card is useful, but not neccesary. This archive also contains an example, samples, and VBL Clock and SET.TIME. VBL Clock is a software clock with two drivers: one is an increment driver that runs on ANY Apple II, the other keeps better time and runs only on IIc's. SET.TIME sets the ProDOS time. Make is copyright (c) 1993 by P. Douglas Reeder, and is free for non-commercial use.
This archive contains version 1.0.1 of make for HyperC. This version changes the error checking to get around a bug in OPIX. It works with standard HyperC, HC.SYSTEM, and OPIX, and supercedes version 1.0 for all users. The file 'make' replaces the file 'make' in the make 1.0 archive distributed April 15. See the make 1.0 archive for documentation, samples, and auxiliary files.