]> andersk Git - splint.git/blame - os2/run_lclint.cmd
hopefully with crlfs now
[splint.git] / os2 / run_lclint.cmd
CommitLineData
e5a87a6c 1@echo off\r
2rem *****************************************************************\r
3rem run LCLint from the source\os2 directory with proper environment\r
4rem *****************************************************************\r
5setlocal\r
6set base=e:\usr\src\lclint-3.0.0.16\r
7set LARCH_PATH=%base%\lib\r
8set LCLIMPORTDIR=%base%\imports\r
9set LCLBINARY=%base%\bin\lclint.exe \r
10echo it's %LCLBINARY%, %LARCH_PATH% and %LCLIMPORTDIR%\r
11%LCLBINARY% %1 %2 %3 %4 %5 %6 %7 %8 %9\r
12endlocal\r
This page took 0.048685 seconds and 5 git commands to generate.