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

Unified Diff: visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/Props/nacl_directories.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, 2 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 side-by-side diff with in-line comments
Download patch
Index: visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/Props/nacl_directories.xml
diff --git a/visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/Props/nacl_directories.xml b/visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/Props/nacl_directories.xml
index a39fcdc9eed137e5420dcd3efadf3342aa2fd476..b74c2eb195de8178d6a84d7fcd7b158cc89dd608 100644
--- a/visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/Props/nacl_directories.xml
+++ b/visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/Props/nacl_directories.xml
@@ -10,19 +10,19 @@
<Rule.Categories>
<Category Name="VC++" DisplayName="General" Description="Visual C++ Directories" />
</Rule.Categories>
-
<Rule.DataSource>
<DataSource Persistence="ProjectFile" />
</Rule.DataSource>
-
+ <StringListProperty Name="ExecutablePath" DisplayName="Executable Directories"
+ Description="Path to use when searching for executable files while building a VC++ project. Corresponds to environment variable PATH."
+ F1Keyword="VC.Project.VCDirectories.ExecutablePath"
+ Category="VC++" Separator=";" Subtype="folder" />
<StringListProperty Name="LibraryPath" DisplayName="Library Directories"
Description="Path to use when searching for library files while building a VC++ project. Corresponds to environment variable LIB."
F1Keyword="VC.Project.VCDirectories.LibraryPath"
Category="VC++" Separator=";" Subtype="folder" />
-
<StringListProperty Name="IncludePath" DisplayName="Include Directories"
Description="Path to use when searching for include files while building a VC++ project. Corresponds to environment variable INCLUDE."
F1Keyword="VC.Project.VCDirectories.IncludePath"
Category="VC++" Separator=";" Subtype="folder" />
-
</Rule>

Powered by Google App Engine
This is Rietveld 408576698