home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 7 / FreshFishVol7.bin / bbs / comm / cyberpager-1.5.lha / CyberPager / source / README < prev    next >
Text File  |  1993-07-06  |  2KB  |  34 lines

  1. The source was written using SAS/C 6.3 and the ADAPT hx68 assembler.  While
  2. it should compiler on earlier revisions of SAS/C, no guarantee is made that
  3. it will work.  I can guarentee that you will not be able to properly debug
  4. the support library if you are not using 6.3, though, as the main routines
  5. for spoolpage and dialixo will not open the debug version of the library when
  6. 6.3 is not used.
  7.  
  8. Aditionally, to rebuild you will have to have a v40 amiga.lib (to get the
  9. memory pool stub functions) and v40 CBM include files.  You also must have
  10. the developer's includes for OwnDevUnit.library.
  11.  
  12. To rebuild everything, run the 'makeall' AmigaDOS script.  You can also do
  13. things by hand:
  14.  
  15.     cd into the 'library' sub-directory and 'smake release'
  16.     when done, make the spooler and dialer as you wish.  don't forget
  17.     to 'smake install' them.
  18.  
  19. If you make any changes to the source, please to no redistribute them.
  20. Instead, send them to me for inclusion.  Remember, while many of the source
  21. files don't explicitly say it, the entire source is copyrighted by me.
  22.  
  23. The rexx sub-directory contains two scripts.  MakeTagcall.rexx is called by
  24. the smakefile in the 'library' sub-directory to add tagcall equivalents to
  25. the proper functions.  debug-ps.cpr sets up the debug version of the support
  26. library for debugging under cpr.  to use it, build the debug version of the
  27. library (just use 'smake' and 'smake install' while in the 'library' sub-
  28. directory).  now make a debug version of either spoolpage or dialixo by
  29. editing the appropriate makefile to uncomment the debug versions of the
  30. OPTIMIZE and LFLAGS defines and then 'smake'.  You can now run cpr on the
  31. executable built.  Step forward until just after the support library is
  32. OpenLibrary()'d and then type 'debug-ps'.
  33.  
  34.