diff options
author | Scott <[email protected]> | 2015-08-27 11:50:17 +0100 |
---|---|---|
committer | Scott <[email protected]> | 2015-08-27 11:50:17 +0100 |
commit | b3dfbd292fddeddf15e5a5efff74da181cd063d1 (patch) | |
tree | 2680b0940e38ac40606e4027a57c4693c75ec2cd /win/CS/build.xml | |
parent | cbc3691637b8fd80b096733c9cd1d4ed1ab64359 (diff) |
WinGui: Disable the subversion build code. Will update to handle git later.
Diffstat (limited to 'win/CS/build.xml')
-rw-r--r-- | win/CS/build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/CS/build.xml b/win/CS/build.xml index a5c71c33f..6d2b793d7 100644 --- a/win/CS/build.xml +++ b/win/CS/build.xml @@ -46,7 +46,7 @@ </MSBuild>
</Target>
- <!-- Pre Build Events. You must do a full checkout as it takes the svn from the main directory. $(ProjectDir). is not used. -->
+ <!-- Pre Build Events. You must do a full checkout as it takes the svn from the main directory. $(ProjectDir). is not used.
<Target Name="NightlyPreBuild">
<Exec Command="subwcrev.exe ../../ $(ProjectDir)HandBrakeWPF\Properties\AssemblyInfo.cs.Nightly.tmpl $(ProjectDir)HandBrakeWPF\Properties\AssemblyInfo.cs" />
<Exec Command="subwcrev.exe ../../ $(ProjectDir)HandBrakeWPF\Installer\MakeNightly.nsi.tmpl $(ProjectDir)HandBrakeWPF\Installer\MakeNightly.nsi" Condition="$(Platform) == 'x86'" />
@@ -59,7 +59,7 @@ <Exec Command="subwcrev.exe ../../ $(ProjectDir)HandBrakeWPF\Installer\MakeNightly.nsi.tmpl $(ProjectDir)HandBrakeWPF\Installer\MakeNightly.nsi" Condition="$(Platform) == 'x86'" />
<Exec Command="subwcrev.exe ../../ $(ProjectDir)HandBrakeWPF\Installer\MakeNightly64.nsi.tmpl $(ProjectDir)HandBrakeWPF\Installer\MakeNightly64.nsi" Condition="$(Platform) == 'x64'" />
<Exec Command="subwcrev.exe ../../ $(ProjectDir)HandBrake.ApplicationServices\Properties\AssemblyInfo.cs.tmpl $(ProjectDir)HandBrake.ApplicationServices\Properties\AssemblyInfo.cs" />
- </Target>
+ </Target>-->
<!-- Post Build Events -->
<Target Name="NightlyPostBuild">
|