win32: fix svn version reporting in some cases
This commit is contained in:
parent
0340f67a5f
commit
4489fcd31f
|
@ -1,4 +1,4 @@
|
||||||
<?xml version="1.0" encoding="Windows-1252"?>
|
<?xml version="1.0" encoding="shift_jis"?>
|
||||||
<VisualStudioProject
|
<VisualStudioProject
|
||||||
ProjectType="Visual C++"
|
ProjectType="Visual C++"
|
||||||
Version="8.00"
|
Version="8.00"
|
||||||
|
@ -26,7 +26,7 @@
|
||||||
>
|
>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"
|
Name="VCPreBuildEventTool"
|
||||||
CommandLine="defaultconfig\SubWCRev.bat . ".\defaultconfig\svnrev_template.h" ".\userconfig\svnrev.h""
|
CommandLine="defaultconfig\SubWCRev.bat"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
|
@ -119,7 +119,7 @@
|
||||||
>
|
>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"
|
Name="VCPreBuildEventTool"
|
||||||
CommandLine="defaultconfig\SubWCRev.exe . ".\defaultconfig\svnrev_template.h" ".\userconfig\svnrev.h""
|
CommandLine="defaultconfig\SubWCRev.bat"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
|
@ -217,7 +217,7 @@
|
||||||
>
|
>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"
|
Name="VCPreBuildEventTool"
|
||||||
CommandLine="defaultconfig\SubWCRev.exe . ".\defaultconfig\svnrev_template.h" ".\userconfig\svnrev.h""
|
CommandLine="defaultconfig\SubWCRev.bat"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
>
|
>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"
|
Name="VCPreBuildEventTool"
|
||||||
CommandLine="defaultconfig\SubWCRev.bat . ".\defaultconfig\svnrev_template.h" ".\userconfig\svnrev.h""
|
CommandLine="defaultconfig\SubWCRev.bat"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
|
@ -116,7 +116,7 @@
|
||||||
>
|
>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"
|
Name="VCPreBuildEventTool"
|
||||||
CommandLine="defaultconfig\SubWCRev.bat . ".\defaultconfig\svnrev_template.h" ".\userconfig\svnrev.h""
|
CommandLine="defaultconfig\SubWCRev.bat"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
|
@ -209,7 +209,7 @@
|
||||||
>
|
>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCPreBuildEventTool"
|
Name="VCPreBuildEventTool"
|
||||||
CommandLine="defaultconfig\SubWCRev.bat . ".\defaultconfig\svnrev_template.h" ".\userconfig\svnrev.h""
|
CommandLine="defaultconfig\SubWCRev.bat"
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCCustomBuildTool"
|
Name="VCCustomBuildTool"
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SubWCRev.exe %1 %2 %3 %4 %5
|
defaultconfig\SubWCRev.exe ..\..\.. ".\defaultconfig\svnrev_template.h" ".\userconfig\svnrev.h"
|
||||||
exit 0
|
exit 0
|
Loading…
Reference in New Issue