Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1154)

Unified Diff: build/internal/essential.vsprops

Issue 16501: Remove unnecessary paths in SDKInclude and SDKLib in vsprops file (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/internal/essential.vsprops
===================================================================
--- build/internal/essential.vsprops (revision 7520)
+++ build/internal/essential.vsprops (working copy)
@@ -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"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698