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

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

Issue 11348050: [VS Addin] Add automatic nmf creation (Closed) Base URL: http://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 8 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 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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|NaCl32'"> 62 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|NaCl32'">
63 <NaClAddInVersion>1</NaClAddInVersion> 63 <NaClAddInVersion>1</NaClAddInVersion>
64 </PropertyGroup> 64 </PropertyGroup>
65 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|PNaCl'"> 65 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|PNaCl'">
66 <OutDir>$(ProjectDir)pnacl\</OutDir> 66 <OutDir>$(ProjectDir)pnacl\</OutDir>
67 </PropertyGroup> 67 </PropertyGroup>
68 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|NaCl64' "> 68 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|NaCl64' ">
69 <Link> 69 <Link>
70 <AdditionalDependencies>ppapi;ppapi_gles2</AdditionalDependencies> 70 <AdditionalDependencies>ppapi;ppapi_gles2</AdditionalDependencies>
71 </Link> 71 </Link>
72 <PostBuildEvent>
73 <Command>set PATH=$(Path)
74 mkdir $(ToolchainName)
75 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>
76 <Message>Running 'create_nmf'</Message>
77 </PostBuildEvent>
78 </ItemDefinitionGroup> 72 </ItemDefinitionGroup>
79 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|NaCl32' "> 73 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|NaCl32' ">
80 <Link> 74 <Link>
81 <AdditionalDependencies>ppapi;ppapi_gles2</AdditionalDependencies> 75 <AdditionalDependencies>ppapi;ppapi_gles2</AdditionalDependencies>
82 </Link> 76 </Link>
83 <PostBuildEvent>
84 <Command>set PATH=$(Path)
85 mkdir $(ToolchainName)
86 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>
87 <Message>Running 'create_nmf'</Message>
88 </PostBuildEvent>
89 </ItemDefinitionGroup> 77 </ItemDefinitionGroup>
90 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|NaCl6 4'"> 78 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|NaCl6 4'">
91 <Link> 79 <Link>
92 <AdditionalDependencies>ppapi;ppapi_gles2</AdditionalDependencies> 80 <AdditionalDependencies>ppapi;ppapi_gles2</AdditionalDependencies>
93 </Link> 81 </Link>
94 </ItemDefinitionGroup> 82 </ItemDefinitionGroup>
95 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|NaCl3 2'"> 83 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|NaCl3 2'">
96 <Link> 84 <Link>
97 <AdditionalDependencies>ppapi;ppapi_gles2</AdditionalDependencies> 85 <AdditionalDependencies>ppapi;ppapi_gles2</AdditionalDependencies>
98 </Link> 86 </Link>
(...skipping 30 matching lines...) Expand all
129 <ClCompile Include="hello_world.cc" /> 117 <ClCompile Include="hello_world.cc" />
130 <ClCompile Include="matrix.cc" /> 118 <ClCompile Include="matrix.cc" />
131 </ItemGroup> 119 </ItemGroup>
132 <ItemGroup> 120 <ItemGroup>
133 <ClInclude Include="matrix.h" /> 121 <ClInclude Include="matrix.h" />
134 </ItemGroup> 122 </ItemGroup>
135 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 123 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
136 <ImportGroup Label="ExtensionTargets"> 124 <ImportGroup Label="ExtensionTargets">
137 </ImportGroup> 125 </ImportGroup>
138 </Project> 126 </Project>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698