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

Side by Side Diff: tools/visual_studio/common.vsprops

Issue 6286135: Make sure there are no errors when compiling V8 using VS2005 project files.... (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: '' Created 9 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 | « src/profile-generator.cc ('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 CharacterSet="1" 6 CharacterSet="1"
7 > 7 >
8 <Tool 8 <Tool
9 Name="VCCLCompilerTool" 9 Name="VCCLCompilerTool"
10 AdditionalIncludeDirectories="$(ProjectDir)\..\..\src;$(IntDir)\ DerivedSources" 10 AdditionalIncludeDirectories="$(ProjectDir)\..\..\src;$(IntDir)\ DerivedSources"
11 PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NON STDC_NO_DEPRECATE;_HAS_EXCEPTIONS=0;ENABLE_VMSTATE_TRACKING;ENABLE_LOGGING_AND_P ROFILING;ENABLE_DEBUGGER_SUPPORT" 11 PreprocessorDefinitions="WIN32;_CRT_SECURE_NO_DEPRECATE;_CRT_NON STDC_NO_DEPRECATE;_HAS_EXCEPTIONS=0;ENABLE_VMSTATE_TRACKING;ENABLE_LOGGING_AND_P ROFILING;ENABLE_DEBUGGER_SUPPORT"
12 MinimalRebuild="false" 12 MinimalRebuild="false"
13 ExceptionHandling="0" 13 ExceptionHandling="0"
14 RuntimeTypeInfo="false" 14 RuntimeTypeInfo="false"
15 WarningLevel="3" 15 WarningLevel="3"
16 WarnAsError="true" 16 WarnAsError="true"
17 Detect64BitPortabilityProblems="false" 17 Detect64BitPortabilityProblems="false"
18 DebugInformationFormat="3" 18 DebugInformationFormat="3"
19 » » DisableSpecificWarnings="4355;4800" 19 » » DisableSpecificWarnings="4351;4355;4800"
20 EnableFunctionLevelLinking="true" 20 EnableFunctionLevelLinking="true"
21 /> 21 />
22 <Tool 22 <Tool
23 Name="VCLibrarianTool" 23 Name="VCLibrarianTool"
24 OutputFile="$(OutDir)\lib\$(ProjectName).lib" 24 OutputFile="$(OutDir)\lib\$(ProjectName).lib"
25 /> 25 />
26 <Tool 26 <Tool
27 Name="VCLinkerTool" 27 Name="VCLinkerTool"
28 GenerateDebugInformation="true" 28 GenerateDebugInformation="true"
29 MapFileName="$(OutDir)\$(TargetName).map" 29 MapFileName="$(OutDir)\$(TargetName).map"
30 ImportLibrary="$(OutDir)\lib\$(TargetName).lib" 30 ImportLibrary="$(OutDir)\lib\$(TargetName).lib"
31 FixedBaseAddress="1" 31 FixedBaseAddress="1"
32 AdditionalOptions="/IGNORE:4221 /NXCOMPAT" 32 AdditionalOptions="/IGNORE:4221 /NXCOMPAT"
33 /> 33 />
34 </VisualStudioPropertySheet> 34 </VisualStudioPropertySheet>
OLDNEW
« no previous file with comments | « src/profile-generator.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698