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