diff --git a/htdocs/build.bat b/htdocs/build.bat new file mode 100755 index 000000000..1b44c5c68 --- /dev/null +++ b/htdocs/build.bat @@ -0,0 +1,7 @@ + +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