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