| Index: visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/NaCl.Paths.default.props
|
| diff --git a/visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/NaCl.Paths.default.props b/visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/NaCl.Paths.default.props
|
| index e25c795a17c5fbf32cd48f62511f274094aea7e5..413a0bfe8ed89951f1ec41fafe29240b3e4dbe06 100644
|
| --- a/visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/NaCl.Paths.default.props
|
| +++ b/visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/NaCl.Paths.default.props
|
| @@ -23,7 +23,6 @@
|
| <IncludePath Condition="'$(IncludePath)' == ''">$(VSNaClSDKRoot)include;</IncludePath>
|
| <LibraryPath Condition="'$(LibraryPath)' == '' AND '$(TargetArchitecture)'=='i686'">$(VSNaClSDKRoot)lib32;</LibraryPath>
|
| <LibraryPath Condition="'$(LibraryPath)' == '' AND '$(TargetArchitecture)'=='x86_64'">$(VSNaClSDKRoot)lib;</LibraryPath>
|
| - <ExecutablePath Condition="'$(ExecutablePath)' == ''">$(NaClToolsPath);$(PATH);</ExecutablePath>
|
|
|
| </PropertyGroup>
|
| </Project>
|
|
|