File: lint.bat

package info (click to toggle)
acpica-unix 20140926-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 31,916 kB
  • ctags: 13,890
  • sloc: ansic: 136,284; sh: 4,244; yacc: 3,217; makefile: 1,493; lex: 939
file content (16 lines) | stat: -rw-r--r-- 444 bytes parent folder | download | duplicates (4)
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