a simple build script for building devinfo.html

This commit is contained in:
Daniel Marjamäki 2009-10-10 22:43:42 +02:00
parent ea36632ca3
commit f494fc9b49
1 changed files with 7 additions and 0 deletions

7
htdocs/build.bat Executable file
View File

@ -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