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

  1. ; RConfig Test Script #3b
  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__STKCHK_REPLACE -dSTKCHK_MIN_STACK=2768 -d__DYNASTACK_STKCHK -dSTKCHK_STACK_SIZE=8192 -dSTKCHK_CONTEXT_SIZE=128 -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 -bs -bd -at test3b.c
  14. stkchker test3b.asm
  15. as test3b.asm
  16. ln test3b.o rlib.lib -lc
  17.  
  18. ; Set-up Test Environment
  19. stack 4000
  20. test3b
  21.