blob: 880022312bfbcf9c5e85edf09faa9bea9bb32b46 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
<?xml version="1.0" encoding="utf-8"?>
<VisualStudioToolFile
Name="WebKit Version"
Version="8.00"
>
<Rules>
<CustomBuildRule
Name="WebKitVersion"
DisplayName="WebKit Version"
CommandLine="$(SolutionDir)/../third_party/python_24/python.exe $(SolutionDir)/../webkit/build/webkit_version.py "$(InputPath)" "$(IntDir)/../WebCore/""
Outputs="$(IntDir)/../WebCore/webkit_version.h"
FileExtensions="*.xcconfig"
ExecutionDescription="Generating webkit_version.h"
>
<Properties>
</Properties>
</CustomBuildRule>
</Rules>
</VisualStudioToolFile>
|