diff options
author | erikkay@google.com <erikkay@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-04 20:03:50 +0000 |
---|---|---|
committer | erikkay@google.com <erikkay@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-04 20:03:50 +0000 |
commit | 467d8a78689a19aaa96c6700eb02dd94cac5eae1 (patch) | |
tree | 43f56d82d54fadefff979dcb5ba74c9a09cb2a4c /webkit/build/WebCore | |
parent | 856ac4b39c729d184511244ebe0349e99e89879e (diff) | |
download | chromium_src-467d8a78689a19aaa96c6700eb02dd94cac5eae1.zip chromium_src-467d8a78689a19aaa96c6700eb02dd94cac5eae1.tar.gz chromium_src-467d8a78689a19aaa96c6700eb02dd94cac5eae1.tar.bz2 |
Pull the major and minor webkit version numbers from WebCore/Configurations/Version.xcconfig and generate a header file that allows us to keep our user agent info up to date.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@334 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/build/WebCore')
-rw-r--r-- | webkit/build/WebCore/WebCore.vcproj | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/webkit/build/WebCore/WebCore.vcproj b/webkit/build/WebCore/WebCore.vcproj index 0484a7a..3340c09 100644 --- a/webkit/build/WebCore/WebCore.vcproj +++ b/webkit/build/WebCore/WebCore.vcproj @@ -13,6 +13,9 @@ /> </Platforms> <ToolFiles> + <ToolFile + RelativePath="..\webkit_version.rules" + /> </ToolFiles> <Configurations> <Configuration @@ -27,6 +30,9 @@ Name="VCCustomBuildTool" /> <Tool + Name="WebKitVersion" + /> + <Tool Name="VCXMLDataGeneratorTool" /> <Tool @@ -78,6 +84,9 @@ Name="VCCustomBuildTool" /> <Tool + Name="WebKitVersion" + /> + <Tool Name="VCXMLDataGeneratorTool" /> <Tool @@ -5753,6 +5762,28 @@ > </File> </Filter> + <Filter + Name="version" + > + <File + RelativePath="..\..\..\third_party\WebKit\WebCore\Configurations\Version.xcconfig" + > + <FileConfiguration + Name="Debug|Win32" + > + <Tool + Name="WebKitVersion" + /> + </FileConfiguration> + <FileConfiguration + Name="Release|Win32" + > + <Tool + Name="WebKitVersion" + /> + </FileConfiguration> + </File> + </Filter> </Files> <Globals> </Globals> |