home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / coders / example_c_dt / readme.sas < prev   
Text File  |  1997-03-27  |  803b  |  23 lines

  1. SAS/C V6.5x note:
  2. -----------------
  3. [Andreas Kleinert <Andreas_Kleinert@t-online.de>]
  4.  
  5.  
  6. Of course you should now how to handle SAS/C before trying to build
  7. such a thing like a datatype shared library with it, but basically you
  8. just need to type "smake" in the "source/lib_source" directory.
  9.  
  10. Note, that you have to adjust the INCLUDE settings within SCOPTIONS
  11. when building a V43 datatype (pointing to CyberGraphX and pic-dt V43
  12. developer stuff). When not supporting V43, simply remoe the line
  13.  
  14.  #define V43_DT
  15.  
  16. from the beginning of libfuncs.c and the corresponding INCLUDE
  17. entries from SCOPTIONS.
  18.  
  19. Relevant settings are in:  - smakefile      (SAS/C makefile)
  20.                            - smakefile.wth  (to be processed by SLink)
  21.                            - SCOPTIONS      (SAS/C compiler settings)
  22.  
  23.