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

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

Issue 11348050: [VS Addin] Add automatic nmf creation (Closed) Base URL: http://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: 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="Link" PageTemplate="tool" DisplayName="Linker" SwitchPrefix="-" Orde r="20" xmlns="http://schemas.microsoft.com/build/2009/properties" xmlns:x="http: //schemas.microsoft.com/winfx/2006/xaml" xmlns:sys="clr-namespace:System;assembl y=mscorlib"> 3 <Rule Name="Link" PageTemplate="tool" DisplayName="Linker" SwitchPrefix="-" Orde r="20" xmlns="http://schemas.microsoft.com/build/2009/properties" xmlns:x="http: //schemas.microsoft.com/winfx/2006/xaml" xmlns:sys="clr-namespace:System;assembl y=mscorlib">
4 4
5 <Rule.Categories> 5 <Rule.Categories>
6 <Category Name="General" DisplayName="General" /> 6 <Category Name="General" DisplayName="General" />
7 <Category Name="Input" DisplayName="Input" /> 7 <Category Name="Input" DisplayName="Input" />
8 <Category Name="Advanced" DisplayName="Advanced" /> 8 <Category Name="Advanced" DisplayName="Advanced" />
9 <Category Name="Command Line" DisplayName="Command Line" Subtype="CommandLin e" /> 9 <Category Name="Command Line" DisplayName="Command Line" Subtype="CommandLin e" />
10 </Rule.Categories> 10 </Rule.Categories>
(...skipping 18 matching lines...) Expand all
29 29
30 <BoolProperty Name="IgnoreAllDefaultLibraries" DisplayName="Ignore All Default Libraries" Category="Input" Switch="nostdlib"> 30 <BoolProperty Name="IgnoreAllDefaultLibraries" DisplayName="Ignore All Default Libraries" Category="Input" Switch="nostdlib">
31 </BoolProperty> 31 </BoolProperty>
32 <StringListProperty Subtype="file" Name="AdditionalDependencies" DisplayName=" Additional Dependencies" Description="Specifies additional dependencies to add t o the link command line" Category="Input" Switch="l"> 32 <StringListProperty Subtype="file" Name="AdditionalDependencies" DisplayName=" Additional Dependencies" Description="Specifies additional dependencies to add t o the link command line" Category="Input" Switch="l">
33 </StringListProperty> 33 </StringListProperty>
34 34
35 35
36 <BoolProperty Name="ReportUndefinedSymbols" DisplayName="Report Undefined Symb ols" Category="Advanced" Switch="Wl,--no-undefined"> 36 <BoolProperty Name="ReportUndefinedSymbols" DisplayName="Report Undefined Symb ols" Category="Advanced" Switch="Wl,--no-undefined">
37 </BoolProperty> 37 </BoolProperty>
38 38
39 <BoolProperty Name="CreateNMF" DisplayName="Create NMF Automatically" Category ="General">
40 </BoolProperty>
39 41
40 <StringProperty Name="AdditionalOptions" DisplayName="Additional Options" Desc ription="Additional Options" Category="Command Line"> 42 <StringProperty Name="AdditionalOptions" DisplayName="Additional Options" Desc ription="Additional Options" Category="Command Line">
41 </StringProperty> 43 </StringProperty>
42 44
43 </Rule> 45 </Rule>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698