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

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

Issue 12607: It was brought to my attention that defining _HAS_TR1=0 helps with Visual Stu... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 12 years, 1 month 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') | 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
11 Name="VCCLCompilerTool" 11 Name="VCCLCompilerTool"
12 AdditionalIncludeDirectories="$(SolutionDir)..;$(SDKIncludes)" 12 AdditionalIncludeDirectories="$(SolutionDir)..;$(SDKIncludes)"
13 » » PreprocessorDefinitions="_WIN32_WINNT=0x0600;WINVER=0x0600;WIN32 ;_WINDOWS;_HAS_EXCEPTIONS=0;NOMINMAX;_CRT_RAND_S;CERT_CHAIN_PARA_HAS_EXTRA_FIELD S;WIN32_LEAN_AND_MEAN;_SECURE_ATL" 13 » » PreprocessorDefinitions="_WIN32_WINNT=0x0600;WINVER=0x0600;WIN32 ;_WINDOWS;_HAS_EXCEPTIONS=0;NOMINMAX;_CRT_RAND_S;CERT_CHAIN_PARA_HAS_EXTRA_FIELD S;WIN32_LEAN_AND_MEAN;_SECURE_ATL;_HAS_TR1=0"
14 MinimalRebuild="false" 14 MinimalRebuild="false"
15 ExceptionHandling="0" 15 ExceptionHandling="0"
16 BufferSecurityCheck="true" 16 BufferSecurityCheck="true"
17 EnableFunctionLevelLinking="true" 17 EnableFunctionLevelLinking="true"
18 RuntimeTypeInfo="false" 18 RuntimeTypeInfo="false"
19 WarningLevel="3" 19 WarningLevel="3"
20 WarnAsError="true" 20 WarnAsError="true"
21 DebugInformationFormat="3" 21 DebugInformationFormat="3"
22 DisableSpecificWarnings="4503; 4819" 22 DisableSpecificWarnings="4503; 4819"
23 /> 23 />
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
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') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698