home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 15 / CD_ASCQ_15_070894.iso / vrac / sk210f.zip / INSTALL.DOC < prev    next >
Text File  |  1994-05-24  |  3KB  |  55 lines

  1.                               INSTALLATION INSTRUCTIONS
  2.                                          for
  3.                                SKYHAWK DEVELOPER'S KIT
  4.                                      Release 2.10
  5.  
  6.              1.  Unpack SK210F.ZIP into an empty directory.
  7.  
  8.              2.  Edit SHDEFINE.INC, activating or deactivating the various
  9.                  directives to suit your specific needs.
  10.  
  11.              3.  A MAKE file, SKYHAWK.MAK, is included. This file is suit-
  12.                  able for use with Borland's MAKE utility. This file must
  13.                  be edited prior to use. See the embedded editing instruc-
  14.                  tions. In particular, you must select a compiler, decide
  15.                  whether or not you want the test suite compiled, and (if
  16.                  your selected compiler is Borland PASCAL) whether you want
  17.                  to compile for REAL or PROTECTED mode. After editing,
  18.                  issue the DOS command
  19.  
  20.                                      make -fskyhawk.mak
  21.                  at the DOS prompt.
  22.  
  23.              4.  Go out for coffee. When you return, the .TPU (or .TPP)
  24.                  files for SKYHAWK will have been created. If you have
  25.                  elected to create the test suite, the appropriate addi-
  26.                  tional .TPU (.TPP) files, together with the .EXE and .OVR
  27.                  files will also have been created.
  28.  
  29.              5.  To test the SKYHAWK library, assuming you have compiled
  30.                  the test suite,
  31.  
  32.                     a.  If you want to test interactively enter the DOS
  33.                         command
  34.  
  35.                                               TESTSHDK
  36.  
  37.                         A menu will appear allowing you to select which
  38.                         tests to perform. Test output will be presented on
  39.                         the screen.
  40.  
  41.                     b.  If you want to test with output redirected to a
  42.                         file enter the DOS command
  43.                                        TESTSHDK > <filename>
  44.  
  45.                         where <filename> is the name of the file to which
  46.                         you want the test output directed.
  47.  
  48.              6.  After the tests have been completed to your satisfaction,
  49.                  you may delete the files:
  50.                                            TEST*.*
  51.                                            OVER*.*
  52.                                            EXEC*.*
  53.                                             *.OVR
  54.  
  55.