acpica/generate/lint/lint.bat
Robert Moore 6f2303e030 Update lint batchfile to process entire ACPICA tree.
Updated pathnames to be relative. removed 16-bit lint.
2008-05-13 11:11:49 -07:00

17 lines
444 B
Batchfile

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