diff options
author | jungshik@google.com <jungshik@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-31 19:22:22 +0000 |
---|---|---|
committer | jungshik@google.com <jungshik@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-31 19:22:22 +0000 |
commit | 3ce1ae3e0b9429490445293b8df0a38a6c473b81 (patch) | |
tree | c19f81d6bb2b5f3651bac2555e1eae3283691df3 /tools/channel_changer | |
parent | 1b9e8f963db76d8cb2d67b7b724bdd7048ae273a (diff) | |
download | chromium_src-3ce1ae3e0b9429490445293b8df0a38a6c473b81.zip chromium_src-3ce1ae3e0b9429490445293b8df0a38a6c473b81.tar.gz chromium_src-3ce1ae3e0b9429490445293b8df0a38a6c473b81.tar.bz2 |
Update channel_change build files to refer to Platform SDK 6.1
Review URL: http://codereview.chromium.org/17037
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7532 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/channel_changer')
-rw-r--r-- | tools/channel_changer/channel_changer.vcproj | 2 | ||||
-rw-r--r-- | tools/channel_changer/using_platform_sdk_6_1.vsprops (renamed from tools/channel_changer/using_vista_platform_sdk.vsprops) | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/tools/channel_changer/channel_changer.vcproj b/tools/channel_changer/channel_changer.vcproj index 5afff01..21cf8b4 100644 --- a/tools/channel_changer/channel_changer.vcproj +++ b/tools/channel_changer/channel_changer.vcproj @@ -20,7 +20,7 @@ OutputDirectory="$(SolutionDir)$(ConfigurationName)" IntermediateDirectory="$(ConfigurationName)" ConfigurationType="1" - InheritedPropertySheets=".\using_vista_platform_sdk.vsprops" + InheritedPropertySheets=".\using_platform_sdk_6_1.vsprops" UseOfATL="1" CharacterSet="1" > diff --git a/tools/channel_changer/using_vista_platform_sdk.vsprops b/tools/channel_changer/using_platform_sdk_6_1.vsprops index 881683b..60bf4b0 100644 --- a/tools/channel_changer/using_vista_platform_sdk.vsprops +++ b/tools/channel_changer/using_platform_sdk_6_1.vsprops @@ -19,14 +19,14 @@ /> <UserMacro Name="SDK" - Value="$(SolutionDir)..\..\third_party\platformsdk_vista_6_0\files" + Value="$(SolutionDir)..\..\third_party\platformsdk_win2008_6_1\files" /> <UserMacro Name="SDKIncludes" - Value="$(SDK)\Include;$(SDK)\VC\INCLUDE;$(VSInstallDir)\VC\atlmfc\include" + Value="$(SDK)\Include;$(VSInstallDir)\VC\atlmfc\include" /> <UserMacro Name="SDKLibs" - Value="$(SDK)\Lib;$(SDK)\VC\LIB" + Value="$(SDK)\Lib" /> </VisualStudioPropertySheet> |