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

Side by Side Diff: visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_world_gles/hello_world_gles/hello_world_gles.vcxproj

Issue 11017068: Fix name of 32-bit nexes to make create_nmf happy (Closed) Base URL: http://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 8 years, 2 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microso ft.com/developer/msbuild/2003"> 2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microso ft.com/developer/msbuild/2003">
3 <ItemGroup Label="ProjectConfigurations"> 3 <ItemGroup Label="ProjectConfigurations">
4 <ProjectConfiguration Include="Debug|NaCl32"> 4 <ProjectConfiguration Include="Debug|NaCl32">
5 <Configuration>Debug</Configuration> 5 <Configuration>Debug</Configuration>
6 <Platform>NaCl32</Platform> 6 <Platform>NaCl32</Platform>
7 </ProjectConfiguration> 7 </ProjectConfiguration>
8 <ProjectConfiguration Include="Debug|NaCl64"> 8 <ProjectConfiguration Include="Debug|NaCl64">
9 <Configuration>Debug</Configuration> 9 <Configuration>Debug</Configuration>
10 <Platform>NaCl64</Platform> 10 <Platform>NaCl64</Platform>
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 python.exe "$(VSNaClSDKRoot)\tools\create_nmf.py" -D "$(VSNaClSDKRoot)\toolchain \win_x86_$(ToolchainName)\bin\x86_64-nacl-objdump.exe" -L "$(VSNaClSDKRoot)\tool chain\win_x86_$(ToolchainName)\x86_64-nacl\lib" -L "$(VSNaClSDKRoot)\toolchain\w in_x86_$(ToolchainName)\x86_64-nacl\lib32" -o $(ToolchainName)\hello_world_gles. nmf -t $(ToolchainName) -s $(ToolchainName) "$(TargetPath)"</Command> 95 python.exe "$(VSNaClSDKRoot)\tools\create_nmf.py" -D "$(VSNaClSDKRoot)\toolchain \win_x86_$(ToolchainName)\bin\x86_64-nacl-objdump.exe" -L "$(VSNaClSDKRoot)\tool chain\win_x86_$(ToolchainName)\x86_64-nacl\lib" -L "$(VSNaClSDKRoot)\toolchain\w in_x86_$(ToolchainName)\x86_64-nacl\lib32" -o $(ToolchainName)\hello_world_gles. nmf -t $(ToolchainName) -s $(ToolchainName) "$(TargetPath)"</Command>
96 <Message>Running 'create_nmf'</Message> 96 <Message>Running 'create_nmf'</Message>
97 </PostBuildEvent> 97 </PostBuildEvent>
98 </ItemDefinitionGroup> 98 </ItemDefinitionGroup>
99 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|NaCl32' "> 99 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|NaCl32' ">
100 <Link> 100 <Link>
101 <AdditionalDependencies>ppapi;ppapi_gles2</AdditionalDependencies> 101 <AdditionalDependencies>ppapi;ppapi_gles2</AdditionalDependencies>
102 </Link> 102 </Link>
103 <PostBuildEvent> 103 <PostBuildEvent>
104 <Command>set PATH=$(Path) 104 <Command>set PATH=$(Path)
105 mkddir $(ToolchainName) 105 mkdir $(ToolchainName)
106 python.exe "$(VSNaClSDKRoot)\tools\create_nmf.py" -D "$(VSNaClSDKRoot)\toolchain \win_x86_$(ToolchainName)\bin\x86_64-nacl-objdump.exe" -L "$(VSNaClSDKRoot)\tool chain\win_x86_$(ToolchainName)\x86_64-nacl\lib" -L "$(VSNaClSDKRoot)\toolchain\w in_x86_$(ToolchainName)\x86_64-nacl\lib32" -o $(ToolchainName)\hello_world_gles. nmf -t $(ToolchainName) -s $(ToolchainName) "$(TargetPath)"</Command> 106 python.exe "$(VSNaClSDKRoot)\tools\create_nmf.py" -D "$(VSNaClSDKRoot)\toolchain \win_x86_$(ToolchainName)\bin\x86_64-nacl-objdump.exe" -L "$(VSNaClSDKRoot)\tool chain\win_x86_$(ToolchainName)\x86_64-nacl\lib" -L "$(VSNaClSDKRoot)\toolchain\w in_x86_$(ToolchainName)\x86_64-nacl\lib32" -o $(ToolchainName)\hello_world_gles. nmf -t $(ToolchainName) -s $(ToolchainName) "$(TargetPath)"</Command>
107 <Message>Running 'create_nmf'</Message> 107 <Message>Running 'create_nmf'</Message>
108 </PostBuildEvent> 108 </PostBuildEvent>
109 </ItemDefinitionGroup> 109 </ItemDefinitionGroup>
110 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|NaCl6 4'"> 110 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|NaCl6 4'">
111 <Link> 111 <Link>
112 <AdditionalDependencies>ppapi;ppapi_gles2</AdditionalDependencies> 112 <AdditionalDependencies>ppapi;ppapi_gles2</AdditionalDependencies>
113 </Link> 113 </Link>
114 </ItemDefinitionGroup> 114 </ItemDefinitionGroup>
115 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|NaCl3 2'"> 115 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|NaCl3 2'">
(...skipping 23 matching lines...) Expand all
139 <ClCompile Include="hello_world.cc" /> 139 <ClCompile Include="hello_world.cc" />
140 <ClCompile Include="matrix.cc" /> 140 <ClCompile Include="matrix.cc" />
141 </ItemGroup> 141 </ItemGroup>
142 <ItemGroup> 142 <ItemGroup>
143 <ClInclude Include="matrix.h" /> 143 <ClInclude Include="matrix.h" />
144 </ItemGroup> 144 </ItemGroup>
145 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 145 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
146 <ImportGroup Label="ExtensionTargets"> 146 <ImportGroup Label="ExtensionTargets">
147 </ImportGroup> 147 </ImportGroup>
148 </Project> 148 </Project>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698