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

Side by Side Diff: build/internal/essential.vsprops

Issue 16496: Update build files to use PSDK 6.1 (platformsdk_win2008_6_1). This is necessa... (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 | « build/internal/essential.scons ('k') | sandbox/wow_helper/wow_helper.vcproj » ('j') | 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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 InterfaceIdentifierFileName="$(InputName)_i.c" 49 InterfaceIdentifierFileName="$(InputName)_i.c"
50 ProxyFileName="$(InputName)_p.c" 50 ProxyFileName="$(InputName)_p.c"
51 /> 51 />
52 <Tool 52 <Tool
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_vista_6_0\files" 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;$(SDK)\VC\INCLUDE;$(VSInstallDir)\VC\atlmf c\include"
64 /> 64 />
65 <UserMacro 65 <UserMacro
66 Name="SDKLibs" 66 Name="SDKLibs"
67 Value="$(SDK)\Lib;$(SDK)\VC\LIB" 67 Value="$(SDK)\Lib;$(SDK)\VC\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 | « build/internal/essential.scons ('k') | sandbox/wow_helper/wow_helper.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698