diff options
author | jungshik@google.com <jungshik@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-01 04:18:38 +0000 |
---|---|---|
committer | jungshik@google.com <jungshik@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-01 04:18:38 +0000 |
commit | 4f3e4b10781b41d3cedc05073048f29f0c6cb667 (patch) | |
tree | 5234d46fdc30d8f43610622387aaec9c30d1026f /build/internal | |
parent | 3ce1ae3e0b9429490445293b8df0a38a6c473b81 (diff) | |
download | chromium_src-4f3e4b10781b41d3cedc05073048f29f0c6cb667.zip chromium_src-4f3e4b10781b41d3cedc05073048f29f0c6cb667.tar.gz chromium_src-4f3e4b10781b41d3cedc05073048f29f0c6cb667.tar.bz2 |
PSDK v6.1 does not have VC/Include and VC/LIB directories. So, they have to be removed from essential.vsprops.
This should have been a part of r7520 ( http://src.chromium.org/viewvc/chrome?view=rev&revision=7520 )
TBR=nsylvain
Review URL: http://codereview.chromium.org/16501
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7533 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/internal')
-rw-r--r-- | build/internal/essential.vsprops | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/internal/essential.vsprops b/build/internal/essential.vsprops index 2fcc472..a0a7122 100644 --- a/build/internal/essential.vsprops +++ b/build/internal/essential.vsprops @@ -60,11 +60,11 @@ /> <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" /> <UserMacro Name="DefaultOutputDirectory" |