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

Side by Side 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 11 years, 11 months 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="Windows-1252"?> 1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioPropertySheet 2 <VisualStudioPropertySheet
3 ProjectType="Visual C++" 3 ProjectType="Visual C++"
4 Version="8.00" 4 Version="8.00"
5 Name="essential" 5 Name="essential"
6 OutputDirectory="$(SolutionDir)$(ConfigurationName)" 6 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
7 IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\obj\$(ProjectN ame)" 7 IntermediateDirectory="$(SolutionDir)$(ConfigurationName)\obj\$(ProjectN ame)"
8 CharacterSet="1" 8 CharacterSet="1"
9 > 9 >
10 <Tool 10 <Tool
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 Name="VCResourceCompilerTool" 53 Name="VCResourceCompilerTool"
54 Culture="1033" 54 Culture="1033"
55 AdditionalIncludeDirectories="$(SolutionDir).." 55 AdditionalIncludeDirectories="$(SolutionDir).."
56 /> 56 />
57 <UserMacro 57 <UserMacro
58 Name="SDK" 58 Name="SDK"
59 Value="$(SolutionDir)..\third_party\platformsdk_win2008_6_1\file s" 59 Value="$(SolutionDir)..\third_party\platformsdk_win2008_6_1\file s"
60 /> 60 />
61 <UserMacro 61 <UserMacro
62 Name="SDKIncludes" 62 Name="SDKIncludes"
63 » » Value="$(SDK)\Include;$(SDK)\VC\INCLUDE;$(VSInstallDir)\VC\atlmf c\include" 63 » » Value="$(SDK)\Include;$(VSInstallDir)\VC\atlmfc\include"
64 /> 64 />
65 <UserMacro 65 <UserMacro
66 Name="SDKLibs" 66 Name="SDKLibs"
67 » » Value="$(SDK)\Lib;$(SDK)\VC\LIB" 67 » » Value="$(SDK)\Lib"
68 /> 68 />
69 <UserMacro 69 <UserMacro
70 Name="DefaultOutputDirectory" 70 Name="DefaultOutputDirectory"
71 Value="$(SolutionDir)$(ConfigurationName)" 71 Value="$(SolutionDir)$(ConfigurationName)"
72 /> 72 />
73 <UserMacro 73 <UserMacro
74 Name="DefaultIntermediateDirectory" 74 Name="DefaultIntermediateDirectory"
75 Value="$(SolutionDir)$(ConfigurationName)\obj\$(ProjectName)" 75 Value="$(SolutionDir)$(ConfigurationName)\obj\$(ProjectName)"
76 /> 76 />
77 </VisualStudioPropertySheet> 77 </VisualStudioPropertySheet>
OLDNEW
« 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