home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 2: PC / frozenfish_august_1995.bin / bbs / d09xx / d0908.lha / MegaView / source / source.lha / README < prev    next >
Text File  |  1993-07-30  |  418b  |  15 lines

  1. To compile MegaView, you'll need Aztec C V5. First, type
  2.  
  3.     MAKE global.sym
  4.  
  5. and then 
  6.  
  7.     MAKE MegaView
  8.  
  9. You can also edit the MakeFile and remove the "-hi global.sym" option which
  10. includes the precompiled .h file, and remove all dependencies of global.sym
  11. from the MegaView entry.
  12.  
  13. You need the WhatIs include files to rebuild MegaView, which are in the
  14. "include/" subdir. Copy these to your normal include dirs.
  15.