cppcheck/htdocs/build.bat
2009-10-10 22:43:42 +02:00

8 lines
212 B
Batchfile
Executable File

cd..
msbuild cppcheck.cbproj /target:clean
msbuild cppcheck.cbproj /target:build /property:"config=release" > htdocs\bcb.txt
cppcheck --all --style --unused-functions src 2> htdocs\cppcheck-results.txt