hoepfully fix atma's build error
This commit is contained in:
parent
8028559d84
commit
33e735a926
|
@ -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 . ".\defaultconfig\svnrev_template.h" ".\userconfig\svnrev.h""
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
|
@ -118,6 +119,7 @@
|
|||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
CommandLine="defaultconfig\SubWCRev.exe . ".\defaultconfig\svnrev_template.h" ".\userconfig\svnrev.h""
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
|
|
|
@ -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 . ".\defaultconfig\svnrev_template.h" ".\userconfig\svnrev.h""
|
||||
CommandLine="defaultconfig\SubWCRev.bat . ".\defaultconfig\svnrev_template.h" ".\userconfig\svnrev.h""
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
|
@ -116,7 +116,7 @@
|
|||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
CommandLine="defaultconfig\SubWCRev.exe . ".\defaultconfig\svnrev_template.h" ".\userconfig\svnrev.h""
|
||||
CommandLine="defaultconfig\SubWCRev.bat . ".\defaultconfig\svnrev_template.h" ".\userconfig\svnrev.h""
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
|
@ -209,7 +209,7 @@
|
|||
>
|
||||
<Tool
|
||||
Name="VCPreBuildEventTool"
|
||||
CommandLine="defaultconfig\SubWCRev.exe . ".\defaultconfig\svnrev_template.h" ".\userconfig\svnrev.h""
|
||||
CommandLine="defaultconfig\SubWCRev.bat . ".\defaultconfig\svnrev_template.h" ".\userconfig\svnrev.h""
|
||||
/>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
SubWCRev.exe %1 %2 %3 %4 %5
|
||||
exit 0
|
Loading…
Reference in New Issue