home *** CD-ROM | disk | FTP | other *** search
/ Amiga Elysian Archive / AmigaElysianArchive.iso / prog / c / rconfig.lha / RConfig_v1.1 / tests / 4b / TEST next >
Text File  |  1992-09-20  |  375b  |  18 lines

  1. ; RConfig Test Script #4b
  2.  
  3. if not exists rlib:
  4.     echo "RConfig Library Source Not Found"
  5.     quit
  6. endif
  7.  
  8. ; Generate Replacement Library
  9. ;cc RLIB:rlib.c -iRLIB: -oT:rlib.o -d__ALLOCA_REPLACE -d__RISKY_ALLOCA -m0d -pl -sa -s0b -sf -sm -ss -sp -sn -r04 -r06 -sr
  10. ;lb rlib.lib T:rlib.o
  11.  
  12. ; Make Test Program
  13. cc test4b.c
  14. ln test4b.o rlib.lib -lc
  15.  
  16. ; Set-up Test Environment
  17. test4b
  18.