home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / prgramer / physcolo / ibmc.cmd next >
Encoding:
Text File  |  1992-11-12  |  153 b   |  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.