home *** CD-ROM | disk | FTP | other *** search
/ Aminet 18 / aminetcdnumber181997.iso / Aminet / dev / mui / OOPExample.lha / OOPExample / smakefile < prev   
Encoding:
Makefile  |  1997-02-07  |  253 b   |  9 lines

  1.  
  2. SCOPT=NOSTACKCHECK NOSTACKEXTEND SMALLCODE SMALLDATA DATA=NEAR CODE=NEAR \
  3.       STRINGMERGE NOMULTIPLEINCLUDES INCLUDEDIR=sc:Include/ NOICONS \
  4.       IDENTIFIERLENGTH=64
  5.  
  6. all: OOPExample.c
  7.      sc OOPExample.c $(SCOPT) CPU=ANY LINK TO OOPExample_SAS
  8.  
  9.