| Index: visual_studio/NativeClientVSAddIn/InstallerResources/NaCl64/Microsoft.Cpp.NaCl64.default.props
|
| diff --git a/visual_studio/NativeClientVSAddIn/InstallerResources/NaCl64/Microsoft.Cpp.NaCl64.default.props b/visual_studio/NativeClientVSAddIn/InstallerResources/NaCl64/Microsoft.Cpp.NaCl64.default.props
|
| index af1c19484c3323b0c768500cb6081dc457be94a3..d75dddc0f461675e88e569e53dba3b3a70c07697 100644
|
| --- a/visual_studio/NativeClientVSAddIn/InstallerResources/NaCl64/Microsoft.Cpp.NaCl64.default.props
|
| +++ b/visual_studio/NativeClientVSAddIn/InstallerResources/NaCl64/Microsoft.Cpp.NaCl64.default.props
|
| @@ -19,7 +19,13 @@
|
| <IntDir Condition="'$(IntDir)'=='' AND '$(IntermediateOutputPath)'==''">DUMMY</IntDir>
|
| <OutDir Condition="'$(OutDir)'==''">DUMMY</OutDir>
|
|
|
| +
|
| <VSNaClSDKRoot Condition="'$(VSNaClSDKRoot)'==''">$(NACL_SDK_ROOT)\</VSNaClSDKRoot>
|
| +
|
| + <NaClToolchainRoot>$(VSNaClSDKRoot)toolchain\win_x86_$(ToolchainName)\</NaClToolchainRoot>
|
| +
|
| + <NaClDefaultIncludePath Condition="'$(NaClDefaultIncludePath)'==''">$(NaClToolchainRoot)$(TargetArchitecture)-nacl\usr\include;$(NaClToolchainRoot)x86_64-nacl\include;$(NaClToolchainRoot)x86_64-nacl\include\c++\4.4.3;$(NaClToolchainRoot)lib\gcc\x86_64-nacl\4.4.3\include</NaClDefaultIncludePath>
|
| +
|
| <NaClWebServerPort Condition="'$(NaClWebServerPort)'==''">5103</NaClWebServerPort>
|
| <NaClIndexHTML Condition="'$(NaClIndexHTML)'==''">index.html</NaClIndexHTML>
|
| <NaClManifestPath Condition="'$(NaClManifestPath)'==''"></NaClManifestPath>
|
|
|