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