home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / splint3s.zip / splint-3.0.1.6 / os2 / run_splint.cmd < prev    next >
OS/2 REXX Batch file  |  2002-02-16  |  356b  |  10 lines

  1. @echo off
  2. rem *****************************************************************
  3. rem run splint from the source\os2 directory with proper environment
  4. rem *****************************************************************
  5. setlocal
  6. call setenv.cmd
  7. echo it's %LCLBINARY%, %LARCH_PATH% and %LCLIMPORTDIR%
  8. %LCLBINARY% %1 %2 %3 %4 %5 %6 %7 %8 %9
  9. endlocal
  10.