Replaces use of WinRAR to generate ZIP file with Python script

This commit is contained in:
Steve Dower 2015-05-02 21:38:26 -07:00
parent 88abdef02b
commit 8c1cee9218
4 changed files with 6 additions and 24 deletions

View file

@ -15,7 +15,6 @@
<TargetPath>$(OutputPath)\en-us\$(TargetName)$(TargetExt)</TargetPath>
<Arguments>"$(PythonExe)" "$(MSBuildThisFileDirectory)\make_zip.py"</Arguments>
<Arguments>$(Arguments) -e -o "$(TargetPath)" -t "$(IntermediateOutputPath)\zip_$(ArchName)" -a $(ArchName)</Arguments>
<Arguments Condition="Exists('$(RAR)')">$(Arguments) --rar "$(RAR)"</Arguments>
<Environment>set DOC_FILENAME=python$(PythonVersion).chm</Environment>
</PropertyGroup>