summaryrefslogtreecommitdiffstats
path: root/webkit/build/webkit_version.rules
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/build/webkit_version.rules')
-rw-r--r--webkit/build/webkit_version.rules5
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 &quot;$(InputPath)&quot; &quot;$(IntDir)&quot;"
- Outputs="$(IntDir)/webkit_version.h"
+ CommandLine="$(SolutionDir)/../third_party/python_24/python.exe $(SolutionDir)/../webkit/build/webkit_version.py &quot;$(InputPath)&quot; &quot;$(IntDir)/../WebCore/&quot;"
+ Outputs="$(IntDir)/../WebCore/webkit_version.h"
FileExtensions="*.xcconfig"
+ ExecutionDescription="Generating webkit_version.h"
>
<Properties>
</Properties>