Add --check-code-style utility command.

This commit is contained in:
Paul Chote
2014-12-21 10:31:27 +13:00
committed by Matthias Mailänder
parent ecd4479807
commit f4055dae53
8 changed files with 101 additions and 8 deletions

View File

@@ -107,8 +107,11 @@ elseif ($command -eq "version")
}
elseif ($command -eq "dependencies")
{
cp thirdparty/*.dll .
cp thirdparty/windows/*.dll .
cd thirdparty
./fetch-thirdparty-deps.ps1
cp *.dll ..
cp windows/*.dll ..
cd ..
echo "Dependencies copied."
}
elseif ($command -eq "test")