Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(310)

Unified Diff: visual_studio/NativeClientVSAddIn/InstallerResources/PNaCl/Microsoft.Cpp.PNaCl.targets

Issue 66333012: [NaCl AddIn] Update location of PNaCl executables. (Closed) Base URL: https://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | visual_studio/NativeClientVSAddIn/NaCl.Build.CPPTasks/NaClCompile.cs » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
« no previous file with comments | « no previous file | visual_studio/NativeClientVSAddIn/NaCl.Build.CPPTasks/NaClCompile.cs » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698