Removed 'checkproj.bat' (Deprecated)

This commit is contained in:
Daniel Marjamäki 2008-03-15 17:06:27 +00:00
parent d6db5ae1bc
commit d9fc9762b8
1 changed files with 0 additions and 13 deletions

View File

@ -1,13 +0,0 @@
REM Sample DOS shellscript
REM cppcheck all *.cpp files in the subdirectory 'proj'
@ECHO OFF
date /t > report.txt
time /t >> report.txt
FOR %%s IN (proj\*.cpp) DO (
cppcheck proj\%%s
)