forked from mia/Aegisub
f5bc001e90
Originally committed to SVN as r2829.
11 lines
515 B
XML
11 lines
515 B
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioPropertySheet
|
|
ProjectType="Visual C++"
|
|
Version="8.00"
|
|
Name="svn_rev_header_update"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
CommandLine="if not exist "..\..\src\config\config_windows.h" (copy "..\..\src\config\config_windows0.h" "..\..\src\config\config_windows.h")
SubWCRev.exe "..\..\src" "..\svn-revision-base.h" "..\svn-revision.h"
"
|
|
/>
|
|
</VisualStudioPropertySheet>
|