remove spam on loading RA MIX headers; add some more bits to RALint

This commit is contained in:
Chris Forbes
2010-07-01 18:31:13 +12:00
parent c310713cd5
commit 2d9e5c6fcd
6 changed files with 15 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
@@ -78,6 +78,8 @@
-->
<PropertyGroup>
<PostBuildEvent>mkdir "$(SolutionDir)mods/cnc/"
copy "$(TargetPath)" "$(SolutionDir)mods/cnc/"</PostBuildEvent>
copy "$(TargetPath)" "$(SolutionDir)mods/cnc/"
cd "$(SolutionDir)"
ralint ra</PostBuildEvent>
</PropertyGroup>
</Project>