| Index: visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/PlatformToolsets/win_x86_newlib/Microsoft.Cpp.NaCl.win_x86_newlib.props
|
| diff --git a/visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/PlatformToolsets/win_x86_newlib/Microsoft.Cpp.NaCl.win_x86_newlib.props b/visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/PlatformToolsets/win_x86_newlib/Microsoft.Cpp.NaCl.win_x86_newlib.props
|
| index 2aeb2ad867f9302f0c261c89a58d1792a96a2263..fe2d84a1f7822b6917e5c674f1ddf19403a01ea6 100644
|
| --- a/visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/PlatformToolsets/win_x86_newlib/Microsoft.Cpp.NaCl.win_x86_newlib.props
|
| +++ b/visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/PlatformToolsets/win_x86_newlib/Microsoft.Cpp.NaCl.win_x86_newlib.props
|
| @@ -1,16 +1,3 @@
|
| <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
| - <PropertyGroup>
|
| -
|
| - <PlatformToolsetVer>win_x86_newlib</PlatformToolsetVer>
|
| - <ToolchainPath>$(NACL_SDK_ROOT)\toolchain\$(PlatformToolsetVer)</ToolchainPath>
|
| -
|
| - <NaClToolsPath>$(ToolchainPath)\bin</NaClToolsPath>
|
| -
|
| - <NaClCompiler>$(NaClToolsPath)\$(TargetArchitecture)-nacl-g++.exe</NaClCompiler>
|
| - <NaClLinker>$(NaClToolsPath)\$(TargetArchitecture)-nacl-g++.exe</NaClLinker>
|
| - <NaClLibrarian>$(NaClToolsPath)\$(TargetArchitecture)-nacl-ar.exe</NaClLibrarian>
|
| -
|
| - </PropertyGroup>
|
| -
|
| </Project>
|
|
|