Skip to content

Commit

Permalink
WinGui: Disable the subversion build code. Will update to handle git …
Browse files Browse the repository at this point in the history
…later.
  • Loading branch information
sr55 committed Aug 27, 2015
1 parent cbc3691 commit b3dfbd2
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions win/CS/HandBrakeWPF/Installer/MakeNightly.nsi.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

; HM NIS Edit Wizard helper defines
!define PRODUCT_NAME "HandBrake"
!define PRODUCT_VERSION "$WCREV$ Nightly"
!define PRODUCT_VERSION_NUMBER "svn$WCREV$"
!define PRODUCT_VERSION "Nightly"
!define PRODUCT_VERSION_NUMBER "0.10.3.Nightly"
!define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\HandBrake.exe"
!define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"
!define PRODUCT_UNINST_ROOT_KEY "HKLM"
Expand Down
4 changes: 2 additions & 2 deletions win/CS/HandBrakeWPF/Installer/MakeNightly64.nsi.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

; HM NIS Edit Wizard helper defines
!define PRODUCT_NAME "HandBrake"
!define PRODUCT_VERSION "$WCREV$ Nightly"
!define PRODUCT_VERSION_NUMBER "svn$WCREV$"
!define PRODUCT_VERSION "Nightly"
!define PRODUCT_VERSION_NUMBER "0.10.3.Nightly"
!define PRODUCT_DIR_REGKEY "Software\Microsoft\Windows\CurrentVersion\App Paths\HandBrake.exe"
!define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"
!define PRODUCT_UNINST_ROOT_KEY "HKLM"
Expand Down
4 changes: 2 additions & 2 deletions win/CS/HandBrakeWPF/Properties/AssemblyInfo.cs.Nightly.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ using System.Windows;
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.0.0.$WCREV$")]
// [assembly: AssemblyVersion("1.0.*")] $WCREV$
[assembly: AssemblyVersion("0.0.0.0")]
[assembly: NeutralResourcesLanguage("")]
4 changes: 2 additions & 2 deletions win/CS/HandBrakeWPF/Properties/AssemblyInfo.cs.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ using System.Windows;
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.1.0.$WCREV$")]
// [assembly: AssemblyVersion("1.0.*")] $WCREV$
[assembly: AssemblyVersion("0.1.0.0")]
[assembly: NeutralResourcesLanguage("")]
4 changes: 2 additions & 2 deletions win/CS/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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'" />
Expand All @@ -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">
Expand Down

0 comments on commit b3dfbd2

Please sign in to comment.