home *** CD-ROM | disk | FTP | other *** search
- This directory contains a small example program, one makefile, and four
- different ways of making the example program.
-
- The four application directories !Normal, !Debug, !HGDebug and
- !HeapGraph contain four different sets of .o files together with a
- !RunImage, and a small !Run file.
-
- Double-clicking on these application directories will run amu in a task
- window with different parameters which are added to the CC comand in the
- makefile. !RunImage and the .o files made during the make are put inside
- the application directory.
-
-
- !Normal: This makes a vanilla version of the program, with all HeapGraph
- calls removed.
-
- !Debug: Predefines HEAPGRAPH_DEBUG, so Debug_Printf commands are
- included.
-
- !HeapGraph: Predefines HEAPGRAPH, so HeapGraph_RedirectAllocFns and
- HeapGraph_Sendf calls are included. malloc info will be sent to
- pipefs, and text sent with 'HeapGraph_Sendf'.
-
- !HGDebug: Predefines HEAPGRAPH_DEBUG and HEAPGRAPH, so all HeapGraph
- functions are included.
-
-
- To run a particular version of the program, double-click on 'RunProg' in
- one of the four application directories.
-
-