forked from mia/Aegisub
12 lines
515 B
Text
12 lines
515 B
Text
|
<?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>
|