home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / prgramer / rexx / rexxfunc / ezrxfunc / makeprod.cmd < prev    next >
OS/2 REXX Batch file  |  1993-07-28  |  330b  |  12 lines

  1. @echo off
  2. rem
  3. rem makeprod.cmd
  4. rem
  5.     set WATCLOS2=%WATCOM%\lib386\os2;%WATCOM%\lib386
  6.     set WATCINCS=%WATCOM%\h;%WATCOM%\H\OS2;%TOOLKIT%\C\OS2H
  7.     set WATCBINS=%WATCOM%\binp;%WATCOM%\binb
  8.     set src=..
  9.     cd oprod
  10.     wmake /h /f %src%\watcom\makefile.mak ver=prod MAKEDLL=1 %1 %2 %3 %4 %5 %6 %7 %8
  11.     cd %src%
  12.