| Index: visual_studio/NativeClientVSAddIn/InstallerResources/PNaCl/Microsoft.Cpp.PNaCl.targets
|
| diff --git a/visual_studio/NativeClientVSAddIn/InstallerResources/PNaCl/Microsoft.Cpp.PNaCl.targets b/visual_studio/NativeClientVSAddIn/InstallerResources/PNaCl/Microsoft.Cpp.PNaCl.targets
|
| index be00fdb707f4eff4ed7d7bf3ef1069515be46882..e11eb9726b82a26388b2b42aeaef5bfd5d961845 100644
|
| --- a/visual_studio/NativeClientVSAddIn/InstallerResources/PNaCl/Microsoft.Cpp.PNaCl.targets
|
| +++ b/visual_studio/NativeClientVSAddIn/InstallerResources/PNaCl/Microsoft.Cpp.PNaCl.targets
|
| @@ -31,7 +31,7 @@
|
| ProcessorNumber ="%(ClCompile.ProcessorNumber)"
|
| MultiProcessorCompilation ="%(ClCompile.MultiProcessorCompilation)"
|
| MinimalRebuildFromTracking ="%(ClCompile.MinimalRebuildFromTracking)"
|
| - NaCLCompilerPath ="$(VSNaClSDKRoot)toolchain\win_x86_pnacl\newlib\bin\pnacl-clang.bat"
|
| + NaCLCompilerPath ="$(VSNaClSDKRoot)toolchain\win_pnacl\bin\pnacl-clang.bat"
|
| PropertiesFile ="$(VCTargetsPath)\NaCl\Props\nacl_compile.xml"
|
| TLogReadFiles ="@(CLTLogReadFiles)"
|
| TLogWriteFiles ="@(CLTLogWriteFiles)"
|
| @@ -58,7 +58,7 @@
|
| <NaClLink BuildingInIDE ="$(BuildingInsideVisualStudio)"
|
| Sources ="@(Link)"
|
| OutputCommandLine ="%(Link.OutputCommandLine)"
|
| - NaClLinkerPath ="$(VSNaClSDKRoot)toolchain\win_x86_pnacl\newlib\bin\pnacl-clang++.bat"
|
| + NaClLinkerPath ="$(VSNaClSDKRoot)toolchain\win_pnacl\bin\pnacl-clang++.bat"
|
| CreateNMFPath ="$(VSNaClSDKRoot)tools\create_nmf.py"
|
| MinimalRebuildFromTracking ="$(Link_MinimalRebuildFromTracking)"
|
| OutputFile ="%(Link.OutputFile)"
|
| @@ -101,7 +101,7 @@
|
| <NaClLib BuildingInIDE ="$(BuildingInsideVisualStudio)"
|
| Sources ="@(Lib)"
|
| OutputCommandLine ="%(Lib.OutputCommandLine)"
|
| - LibrarianToolPath ="$(VSNaClSDKRoot)toolchain\win_x86_pnacl\newlib\bin\pnacl-ar.bat"
|
| + LibrarianToolPath ="$(VSNaClSDKRoot)toolchain\win_pnacl\bin\pnacl-ar.bat"
|
| MinimalRebuildFromTracking ="%(Lib.MinimalRebuildFromTracking)"
|
| OutputFile ="%(Lib.OutputFile)"
|
| PropertiesFile ="$(VCTargetsPath)\NaCl\Props\nacl_lib.xml"
|
|
|