home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / prgramer / physcolo / wat.cmd < prev   
OS/2 REXX Batch file  |  1992-11-18  |  233b  |  5 lines

  1. REM This program does compilation and linking with Watcom C 386 9.0 using
  2. REM the appropriate "/l" flag, an 8K stack, and the "benchmarking" options
  3. REM Invoke it with "wat physcolo"
  4. wcl386 /l=os2v2_pm /k8192 /omaxet /zp4 /4r %1
  5.