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

Side by Side Diff: build/debug.vsprops

Issue 42016: Reenable incremental linking for most projects except the largest ones. Will ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 9 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 | chrome/test/interactive_ui/interactive_ui.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="debug" 5 Name="debug"
6 InheritedPropertySheets=".\internal\essential.vsprops;internal\chromium_ build$(CHROMIUM_BUILD).vsprops" 6 InheritedPropertySheets=".\internal\essential.vsprops;internal\chromium_ build$(CHROMIUM_BUILD).vsprops"
7 > 7 >
8 <Tool 8 <Tool
9 Name="VCCLCompilerTool" 9 Name="VCCLCompilerTool"
10 Optimization="0" 10 Optimization="0"
11 PreprocessorDefinitions="_DEBUG" 11 PreprocessorDefinitions="_DEBUG"
12 BasicRuntimeChecks="3" 12 BasicRuntimeChecks="3"
13 RuntimeLibrary="1" 13 RuntimeLibrary="1"
14 /> 14 />
15 <Tool 15 <Tool
16 Name="VCLinkerTool" 16 Name="VCLinkerTool"
17 » » LinkIncremental="1" 17 » » LinkIncremental="2"
18 /> 18 />
19 <Tool 19 <Tool
20 Name="VCResourceCompilerTool" 20 Name="VCResourceCompilerTool"
21 PreprocessorDefinitions="_DEBUG" 21 PreprocessorDefinitions="_DEBUG"
22 /> 22 />
23 </VisualStudioPropertySheet> 23 </VisualStudioPropertySheet>
OLDNEW
« no previous file with comments | « no previous file | chrome/test/interactive_ui/interactive_ui.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698