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

Unified Diff: visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/PlatformToolsets/win_x86_newlib/Microsoft.Cpp.NaCl.win_x86_newlib.props

Issue 10831030: NaCl settings and completed install scripts. (Closed) Base URL: https://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 8 years, 5 months 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
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
new file mode 100644
index 0000000000000000000000000000000000000000..2aeb2ad867f9302f0c261c89a58d1792a96a2263
--- /dev/null
+++ b/visual_studio/NativeClientVSAddIn/InstallerResources/NaCl/PlatformToolsets/win_x86_newlib/Microsoft.Cpp.NaCl.win_x86_newlib.props
@@ -0,0 +1,16 @@
+<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>

Powered by Google App Engine
This is Rietveld 408576698