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

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

Issue 27009: Add the fastbuild build type. FAST_BUILD_TYPE=fastbuild will cause no debug s... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 10 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/debug_infofastbuild.vsprops ('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 InheritedPropertySheets=".\debug_info$(FAST_BUILD_TYPE).vsprops"
9 > 10 >
10 <Tool 11 <Tool
11 Name="VCCLCompilerTool" 12 Name="VCCLCompilerTool"
12 AdditionalIncludeDirectories="$(SolutionDir)..;$(SDKIncludes)" 13 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;_HAS_TR1=0" 14 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" 15 MinimalRebuild="false"
15 ExceptionHandling="0" 16 ExceptionHandling="0"
16 BufferSecurityCheck="true" 17 BufferSecurityCheck="true"
17 EnableFunctionLevelLinking="true" 18 EnableFunctionLevelLinking="true"
18 RuntimeTypeInfo="false" 19 RuntimeTypeInfo="false"
19 WarningLevel="3" 20 WarningLevel="3"
20 WarnAsError="true" 21 WarnAsError="true"
21 DebugInformationFormat="3"
22 DisableSpecificWarnings="4503; 4819" 22 DisableSpecificWarnings="4503; 4819"
23 /> 23 />
24 <Tool 24 <Tool
25 Name="VCLibrarianTool" 25 Name="VCLibrarianTool"
26 AdditionalOptions="/ignore:4221" 26 AdditionalOptions="/ignore:4221"
27 OutputFile="$(OutDir)\lib\$(ProjectName).lib" 27 OutputFile="$(OutDir)\lib\$(ProjectName).lib"
28 AdditionalLibraryDirectories="$(SDKLibs)" 28 AdditionalLibraryDirectories="$(SDKLibs)"
29 /> 29 />
30 <Tool 30 <Tool
31 Name="VCLinkerTool" 31 Name="VCLinkerTool"
32 AdditionalOptions="/safeseh /dynamicbase /ignore:4199 /ignore:42 21 /nxcompat" 32 AdditionalOptions="/safeseh /dynamicbase /ignore:4199 /ignore:42 21 /nxcompat"
33 AdditionalDependencies="wininet.lib version.lib msimg32.lib ws2_ 32.lib usp10.lib psapi.lib" 33 AdditionalDependencies="wininet.lib version.lib msimg32.lib ws2_ 32.lib usp10.lib psapi.lib"
34 AdditionalLibraryDirectories="$(SDKLibs)" 34 AdditionalLibraryDirectories="$(SDKLibs)"
35 DelayLoadDLLs="dwmapi.dll,uxtheme.dll" 35 DelayLoadDLLs="dwmapi.dll,uxtheme.dll"
36 GenerateDebugInformation="true"
37 MapFileName="$(OutDir)\$(TargetName).map" 36 MapFileName="$(OutDir)\$(TargetName).map"
38 ImportLibrary="$(OutDir)\lib\$(TargetName).lib" 37 ImportLibrary="$(OutDir)\lib\$(TargetName).lib"
39 TargetMachine="1" 38 TargetMachine="1"
40 FixedBaseAddress="1" 39 FixedBaseAddress="1"
41 /> 40 />
42 <Tool 41 <Tool
43 Name="VCMIDLTool" 42 Name="VCMIDLTool"
44 GenerateStublessProxies="true" 43 GenerateStublessProxies="true"
45 TypeLibraryName="$(InputName).tlb" 44 TypeLibraryName="$(InputName).tlb"
46 OutputDirectory="$(IntDir)" 45 OutputDirectory="$(IntDir)"
(...skipping 21 matching lines...) Expand all
68 /> 67 />
69 <UserMacro 68 <UserMacro
70 Name="DefaultOutputDirectory" 69 Name="DefaultOutputDirectory"
71 Value="$(SolutionDir)$(ConfigurationName)" 70 Value="$(SolutionDir)$(ConfigurationName)"
72 /> 71 />
73 <UserMacro 72 <UserMacro
74 Name="DefaultIntermediateDirectory" 73 Name="DefaultIntermediateDirectory"
75 Value="$(SolutionDir)$(ConfigurationName)\obj\$(ProjectName)" 74 Value="$(SolutionDir)$(ConfigurationName)\obj\$(ProjectName)"
76 /> 75 />
77 </VisualStudioPropertySheet> 76 </VisualStudioPropertySheet>
OLDNEW
« no previous file with comments | « build/internal/debug_infofastbuild.vsprops ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698