home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / physco.zip / IBMC.CMD next >
OS/2 REXX Batch file  |  1992-11-12  |  153b  |  5 lines

  1. REM This program does compilation under IBM C Set/2 and calls link386
  2. REM afterwards. Invoke it with "ibmc physcolo"
  3. icc /C+ /O+ /Sp4 %1.c
  4. linkup %1
  5.