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

Side by Side Diff: visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/Props/nacl_compile.xml

Issue 11266051: Add PNaCl support for VS addin. (Closed) Base URL: http://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: fix nits and tests Created 8 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
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 2
3 <Rule Name="CL" PageTemplate="tool" DisplayName="C/C++" SwitchPrefix="-" Order=" 10" xmlns="http://schemas.microsoft.com/build/2009/properties" xmlns:x="http://s chemas.microsoft.com/winfx/2006/xaml" xmlns:sys="clr-namespace:System;assembly=m scorlib"> 3 <Rule Name="CL" PageTemplate="tool" DisplayName="C/C++" SwitchPrefix="-" Order=" 10" xmlns="http://schemas.microsoft.com/build/2009/properties" xmlns:x="http://s chemas.microsoft.com/winfx/2006/xaml" xmlns:sys="clr-namespace:System;assembly=m scorlib">
4 4
5 <Rule.Categories> 5 <Rule.Categories>
6 <Category Name="General" DisplayName="General" /> 6 <Category Name="General" DisplayName="General" />
7 <Category Name="Optimization" DisplayName="Optimization" /> 7 <Category Name="Optimization" DisplayName="Optimization" />
8 <Category Name="Preprocessor" DisplayName="Preprocessor" /> 8 <Category Name="Preprocessor" DisplayName="Preprocessor" />
9 <Category Name="Code Generation" DisplayName="Code Generation" /> 9 <Category Name="Code Generation" DisplayName="Code Generation" />
10 <Category Name="Output Files" DisplayName="Output Files" /> 10 <Category Name="Output Files" DisplayName="Output Files" />
(...skipping 16 matching lines...) Expand all
27 </EnumProperty> 27 </EnumProperty>
28 <BoolProperty Name="WarningsAsErrors" DisplayName="Treat Warnings as Errors" C ategory="General" Switch="Werror"> 28 <BoolProperty Name="WarningsAsErrors" DisplayName="Treat Warnings as Errors" C ategory="General" Switch="Werror">
29 </BoolProperty> 29 </BoolProperty>
30 <BoolProperty Name="OutputCommandLine" DisplayName="Output Command Line" Categ ory="General"> 30 <BoolProperty Name="OutputCommandLine" DisplayName="Output Command Line" Categ ory="General">
31 </BoolProperty> 31 </BoolProperty>
32 <EnumProperty Name="ConfigurationType" DisplayName="Configuration Type" Catego ry="General"> 32 <EnumProperty Name="ConfigurationType" DisplayName="Configuration Type" Catego ry="General">
33 <EnumValue Name="Application" DisplayName="Application (.nexe)" /> 33 <EnumValue Name="Application" DisplayName="Application (.nexe)" />
34 <EnumValue Name="DynamicLibrary" DisplayName="Dynamic Library (.so)" Switch= "shared"/> 34 <EnumValue Name="DynamicLibrary" DisplayName="Dynamic Library (.so)" Switch= "shared"/>
35 <EnumValue Name="StaticLibrary" DisplayName="Static library (.a)" /> 35 <EnumValue Name="StaticLibrary" DisplayName="Static library (.a)" />
36 </EnumProperty> 36 </EnumProperty>
37 <BoolProperty Name="UserHeaderDependenciesOnly" Category="General" Visible="tr ue" Switch="MMD"> 37 <BoolProperty Name="UserHeaderDependenciesOnly" Category="General" Visible="tr ue" Switch="MMD" ReverseSwitch="MD">
38 </BoolProperty> 38 </BoolProperty>
39 39
40 <BoolProperty Name="PositionIndependentCode" DisplayName="Generate Position-In dependent Code" Category="Code Generation" Switch="fpic"> 40 <BoolProperty Name="PositionIndependentCode" DisplayName="Generate Position-In dependent Code" Category="Code Generation" Switch="fpic">
41 </BoolProperty> 41 </BoolProperty>
42 42
43 <BoolProperty Name="MultiProcessorCompilation" DisplayName="Multi-processor Co mpilation" Description="Multi-processor Compilation" Category="General"> 43 <BoolProperty Name="MultiProcessorCompilation" DisplayName="Multi-processor Co mpilation" Description="Multi-processor Compilation" Category="General">
44 </BoolProperty> 44 </BoolProperty>
45 45
46 <IntProperty Name="ProcessorNumber" DisplayName="Number of processors" Descrip tion="Number of processors." Category="General" Visible="false"> 46 <IntProperty Name="ProcessorNumber" DisplayName="Number of processors" Descrip tion="Number of processors." Category="General" Visible="false">
47 </IntProperty> 47 </IntProperty>
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 <StringProperty Name="AdditionalOptions" DisplayName="Additional Options" Desc ription="Additional Options" Category="Command Line"> 84 <StringProperty Name="AdditionalOptions" DisplayName="Additional Options" Desc ription="Additional Options" Category="Command Line">
85 </StringProperty> 85 </StringProperty>
86 86
87 87
88 <StringListProperty Name="SystemPreprocessorDefinitions" Category="General" Vi sible="false" Switch="D"> 88 <StringListProperty Name="SystemPreprocessorDefinitions" Category="General" Vi sible="false" Switch="D">
89 </StringListProperty> 89 </StringListProperty>
90 90
91 <StringListProperty Subtype="folder" Name="SystemIncludeDirectories" Category= "General" Visible="false" Switch="I"> 91 <StringListProperty Subtype="folder" Name="SystemIncludeDirectories" Category= "General" Visible="false" Switch="I">
92 </StringListProperty> 92 </StringListProperty>
93 </Rule> 93 </Rule>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698