| Index: visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/PlatformToolsets/win_x86_glibc/Microsoft.Cpp.NaCl.win_x86_glibc.props
|
| diff --git a/visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/PlatformToolsets/win_x86_glibc/Microsoft.Cpp.NaCl.win_x86_glibc.props b/visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/PlatformToolsets/win_x86_glibc/Microsoft.Cpp.NaCl.win_x86_glibc.props
|
| index feff88d55023b50e7a51a1cd69b9dc7f1130cb3c..7ebce9b35d9768d72e17e0afa50caaf4c95812cc 100644
|
| --- a/visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/PlatformToolsets/win_x86_glibc/Microsoft.Cpp.NaCl.win_x86_glibc.props
|
| +++ b/visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/PlatformToolsets/win_x86_glibc/Microsoft.Cpp.NaCl.win_x86_glibc.props
|
| @@ -1,16 +1,3 @@
|
| <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
| - <PropertyGroup>
|
| -
|
| - <PlatformToolsetVer>win_x86_glibc</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>
|
|
|