hoepfully fix atma's build error

This commit is contained in:
zeromus 2009-06-18 15:07:13 +00:00
parent 8028559d84
commit 33e735a926
3 changed files with 9 additions and 5 deletions

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="Windows-1252"?>
<?xml version="1.0" encoding="shift_jis"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="8.00"
@ -26,6 +26,7 @@
>
<Tool
Name="VCPreBuildEventTool"
CommandLine="defaultconfig\SubWCRev.bat . &quot;.\defaultconfig\svnrev_template.h&quot; &quot;.\userconfig\svnrev.h&quot;"
/>
<Tool
Name="VCCustomBuildTool"
@ -118,6 +119,7 @@
>
<Tool
Name="VCPreBuildEventTool"
CommandLine="defaultconfig\SubWCRev.exe . &quot;.\defaultconfig\svnrev_template.h&quot; &quot;.\userconfig\svnrev.h&quot;"
/>
<Tool
Name="VCCustomBuildTool"

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="Windows-1252"?>
<?xml version="1.0" encoding="shift_jis"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="9.00"
@ -27,7 +27,7 @@
>
<Tool
Name="VCPreBuildEventTool"
CommandLine="defaultconfig\SubWCRev.exe . &quot;.\defaultconfig\svnrev_template.h&quot; &quot;.\userconfig\svnrev.h&quot;"
CommandLine="defaultconfig\SubWCRev.bat . &quot;.\defaultconfig\svnrev_template.h&quot; &quot;.\userconfig\svnrev.h&quot;"
/>
<Tool
Name="VCCustomBuildTool"
@ -116,7 +116,7 @@
>
<Tool
Name="VCPreBuildEventTool"
CommandLine="defaultconfig\SubWCRev.exe . &quot;.\defaultconfig\svnrev_template.h&quot; &quot;.\userconfig\svnrev.h&quot;"
CommandLine="defaultconfig\SubWCRev.bat . &quot;.\defaultconfig\svnrev_template.h&quot; &quot;.\userconfig\svnrev.h&quot;"
/>
<Tool
Name="VCCustomBuildTool"
@ -209,7 +209,7 @@
>
<Tool
Name="VCPreBuildEventTool"
CommandLine="defaultconfig\SubWCRev.exe . &quot;.\defaultconfig\svnrev_template.h&quot; &quot;.\userconfig\svnrev.h&quot;"
CommandLine="defaultconfig\SubWCRev.bat . &quot;.\defaultconfig\svnrev_template.h&quot; &quot;.\userconfig\svnrev.h&quot;"
/>
<Tool
Name="VCCustomBuildTool"

View File

@ -0,0 +1,2 @@
SubWCRev.exe %1 %2 %3 %4 %5
exit 0