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 c0716d4ebb2ec1aef64d306096540ccd98e38773..b5b12f4ab2d91c4f1f05f62fc3167753ca9ebccd 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 |
| @@ -9,6 +9,10 @@ |
| <Configuration>Debug</Configuration> |
| <Platform>NaCl64</Platform> |
| </ProjectConfiguration> |
| + <ProjectConfiguration Include="Debug|PNaCl"> |
| + <Configuration>Debug</Configuration> |
| + <Platform>PNaCl</Platform> |
| + </ProjectConfiguration> |
| <ProjectConfiguration Include="Debug|PPAPI"> |
| <Configuration>Debug</Configuration> |
| <Platform>PPAPI</Platform> |
| @@ -21,6 +25,10 @@ |
| <Configuration>Release</Configuration> |
| <Platform>NaCl64</Platform> |
| </ProjectConfiguration> |
| + <ProjectConfiguration Include="Release|PNaCl"> |
| + <Configuration>Release</Configuration> |
| + <Platform>PNaCl</Platform> |
| + </ProjectConfiguration> |
| <ProjectConfiguration Include="Release|PPAPI"> |
| <Configuration>Release</Configuration> |
| <Platform>PPAPI</Platform> |
| @@ -108,6 +116,12 @@ python.exe "$(VSNaClSDKRoot)\tools\create_nmf.py" -D "$(VSNaClSDKRoot)\toolchain |
| <AdditionalDependencies>ppapi.lib;ppapi_gles2.lib;</AdditionalDependencies> |
| </Link> |
| </ItemDefinitionGroup> |
| + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|PNaCl'"> |
| + <Link> |
| + <ReportUndefinedSymbols>false</ReportUndefinedSymbols> |
|
binji
2012/10/29 18:08:59
remove
|
| + <AdditionalDependencies>ppapi_cpp;ppapi;ppapi_gles2</AdditionalDependencies> |
| + </Link> |
| + </ItemDefinitionGroup> |
| <ItemGroup> |
| <None Include="common.js" /> |
| <None Include="fragment_shader_es2.frag" /> |