Merge pull request #8628 from GraionDilach/fix-ps1

Fix make.ps1.
This commit is contained in:
Paul Chote
2015-07-03 23:13:05 +01:00

View File

@@ -172,8 +172,6 @@ elseif ($command -eq "check")
./OpenRA.Utility.exe cnc --check-code-style OpenRA.Mods.D2k
echo "Checking for code style violations in OpenRA.Mods.TS..."
./OpenRA.Utility.exe cnc --check-code-style OpenRA.Mods.TS
echo "Checking for code style violations in OpenRA.Editor..."
./OpenRA.Utility.exe cnc --check-code-style OpenRA.Editor
echo "Checking for code style violations in OpenRA.Renderer.Sdl2..."
./OpenRA.Utility.exe cnc --check-code-style OpenRA.Renderer.Sdl2
echo "Checking for code style violations in OpenRA.Utility..."