diff options
Diffstat (limited to 'webkit/build/webkit_version.rules')
-rw-r--r-- | webkit/build/webkit_version.rules | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/webkit/build/webkit_version.rules b/webkit/build/webkit_version.rules index 94e11e8..8800223 100644 --- a/webkit/build/webkit_version.rules +++ b/webkit/build/webkit_version.rules @@ -7,9 +7,10 @@ <CustomBuildRule Name="WebKitVersion" DisplayName="WebKit Version" - CommandLine="$(SolutionDir)/../third_party/python_24/python.exe $(SolutionDir)/../webkit/build/webkit_version.py "$(InputPath)" "$(IntDir)"" - Outputs="$(IntDir)/webkit_version.h" + 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> |