home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 9 Archive / 09-Archive.zip / UNZP50P1.ZIP / MSDOS / tcc / zi_make.bat < prev    next >
DOS Batch File  |  1993-01-23  |  255b  |  8 lines

  1. tcc -c -w -K -G -a -d -O -Z zipinfo.c envargs.c match.c
  2. tcc -c -w -K -G -a -d -O -Z -DZIPINFO -omisc_.obj misc.c
  3. tcc -K -G -a -d -O -Z zipinfo.obj envargs.obj match.obj misc_.obj
  4. rem del zipinfo.obj
  5. rem del match.obj
  6. rem del misc_.obj
  7. rem del envargs.obj
  8.