Chromium Code Reviews| Index: visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_world_gles/hello_world_gles/hello_world_gles.vcxproj |
| diff --git a/visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_world_gles/hello_world_gles/hello_world_gles.vcxproj b/visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_world_gles/hello_world_gles/hello_world_gles.vcxproj |
| index 55aa883fc2758324a603c34911a23bd1b5806de8..6c6c12599101b9fb6502a1760e258b87fac611af 100644 |
| --- a/visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_world_gles/hello_world_gles/hello_world_gles.vcxproj |
| +++ b/visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_world_gles/hello_world_gles/hello_world_gles.vcxproj |
| @@ -40,6 +40,30 @@ |
| <RootNamespace>hello_world_gles</RootNamespace> |
| </PropertyGroup> |
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
| + <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release|NaCl32'"> |
| + <NaClIndexHTML>index_newlib.html</NaClIndexHTML> |
|
binji
2012/11/15 00:34:28
it looks like the .user file was using the toolcha
Sam Clegg
2012/11/15 00:56:27
Unfortunately I can't use the toolchain name in th
|
| + </PropertyGroup> |
| + <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug|NaCl32'"> |
| + <NaClIndexHTML>index_newlib.html</NaClIndexHTML> |
| + </PropertyGroup> |
| + <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release|NaCl64'"> |
| + <NaClIndexHTML>index_newlib.html</NaClIndexHTML> |
| + </PropertyGroup> |
| + <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug|NaCl64'"> |
| + <NaClIndexHTML>index_newlib.html</NaClIndexHTML> |
| + </PropertyGroup> |
| + <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release|PNaCl'"> |
| + <NaClIndexHTML>index_pnacl.html</NaClIndexHTML> |
| + </PropertyGroup> |
| + <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug|PNaCl'"> |
| + <NaClIndexHTML>index_pnacl.html</NaClIndexHTML> |
| + </PropertyGroup> |
| + <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug|PPAPI'"> |
| + <NaClIndexHTML>index_win.html</NaClIndexHTML> |
| + </PropertyGroup> |
| + <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Release|PPAPI'"> |
| + <NaClIndexHTML>index_win.html</NaClIndexHTML> |
| + </PropertyGroup> |
| <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
| <ImportGroup Label="ExtensionSettings"> |
| </ImportGroup> |