home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_100 / 163_01 / btest.bat < prev    next >
DOS Batch File  |  1991-01-09  |  248b  |  13 lines

  1. echo off
  2. rem
  3. rem  This batch file is used to build test.exe;
  4. rem  a demonstration of the mult-dimensional array
  5. rem  capability of Version 1.01 of Small-C
  6. rem
  7. echo on
  8. cc test ;
  9. cc ext ;
  10. masm test ;
  11. masm ext ;
  12. link test ext,test,test,c
  13.