8 lines
212 B
Batchfile
Executable File
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
|