aboutsummaryrefslogblamecommitdiff
path: root/generate/lint/lint.bat
blob: 18fde838db50fc4aa7c4dddd01416255f6c03d6f (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16















                                                                       
del LintOut.txt
echo Begin 64-bit lint >> LintOut.txt

"C:\Program Files\Lint\Lint-nt" +v std64.lnt +os(LintOut.txt) files.lnt

echo 64-bit lint completed >> LintOut.txt
echo -------------------------------------------- >> LintOut.txt
echo Begin 32-bit lint >> LintOut.txt

"C:\Program Files\Lint\Lint-nt" +v std32.lnt +os(LintOut.txt) files.lnt

echo 32-bit lint completed >> LintOut.txt
@echo off
echo ---
echo  Output placed in LintOut.txt