Merge pull request #3837 from Mailaender/makefile-fixes

Use the Makefile install rules for our packaging
This commit is contained in:
Paul Chote
2013-09-22 00:06:45 -07:00
12 changed files with 71 additions and 43 deletions

View File

@@ -44,7 +44,6 @@
<CustomCommands>
<Command type="AfterBuild" command="cp ../thirdparty/FuzzyLogicLibrary.dll ../" workingdir="${ProjectDir}" />
<Command type="AfterBuild" command="cp ${TargetFile} ../mods/ra" workingdir="${ProjectDir}" />
<Command type="AfterBuild" command="mono RALint.exe ra" workingdir="${ProjectDir}/../" />
</CustomCommands>
</CustomCommands>
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>