home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / g / gtak212.zip / OS2-ADD / msc.cmd < prev    next >
OS/2 REXX Batch file  |  1992-09-02  |  930b  |  18 lines

  1. @echo off
  2. rem ###########################################################################
  3. rem $Id: msc.cmd,v 1.1.1.1 1992/09/02 18:57:48 ak Exp $
  4. rem ###########################################################################
  5. rem $Log: msc.cmd,v $
  6. rem Revision 1.1.1.1  1992/09/02  18:57:48  ak
  7. rem Initial checkin of OS/2 ADD based SCSI tape device driver.
  8. rem
  9. rem Revision 1.1  1992/09/02  18:57:46  ak
  10. rem Initial revision
  11. rem
  12. rem ###########################################################################
  13. echo on
  14. cl -Ic:/usr/inc -I../tape -DDEBUG -DBASEDEV -nologo -DMICROSOFT -Ox -Zp1 -ASw -Gs -G2 -Fomain.obj -c main.c 
  15. cl -Ic:/usr/inc -I../tape -DDEBUG -DBASEDEV -nologo -DMICROSOFT -Ox -Zp1 -ASw -Gs -G2 -Foinit.obj -c init.c 
  16. link /NOE /NOD /MAP /li /b/nod/noign/nologo/se:256 /st:8096 header main init, scsitape.dmd, scsitape.map, dd.lib slibcep.lib, scsitape.def
  17. copy scsitape.dmd F:\OS2\scsitape.dmd
  18.