| 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 798c0ea7daeaa1bab7a906207a18069c058acd46..cac1be646c86810dfcb626b541866aa14cf7f353 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
|
| @@ -66,7 +66,7 @@
|
| <LinkIncremental>false</LinkIncremental>
|
| </PropertyGroup>
|
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|NaCl64'">
|
| - <NaClAddInVersion>1.0.4632.27091</NaClAddInVersion>
|
| + <NaClAddInVersion>1.0.4665.30163</NaClAddInVersion>
|
| <OutDir>$(ProjectDir)$(ToolchainName)\</OutDir>
|
| <TargetName>$(ProjectName)_$(TargetArchitecture)</TargetName>
|
| <VSNaClSDKRoot>$(NACL_SDK_ROOT)\</VSNaClSDKRoot>
|
| @@ -74,7 +74,7 @@
|
| <LibraryPath>$(VSNaClSDKRoot)lib;</LibraryPath>
|
| </PropertyGroup>
|
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|NaCl64'">
|
| - <NaClAddInVersion>1.0.4632.27091</NaClAddInVersion>
|
| + <NaClAddInVersion>1.0.4665.30163</NaClAddInVersion>
|
| <OutDir>$(ProjectDir)$(ToolchainName)\</OutDir>
|
| <VSNaClSDKRoot>$(NACL_SDK_ROOT)\</VSNaClSDKRoot>
|
| <IncludePath>$(VSNaClSDKRoot)include;</IncludePath>
|
| @@ -82,14 +82,14 @@
|
| </PropertyGroup>
|
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|PPAPI'">
|
| <ExecutablePath>$(VCInstallDir)bin;$(WindowsSdkDir)bin\NETFX 4.0 Tools;$(WindowsSdkDir)bin;$(VSInstallDir)Common7\Tools\bin;$(VSInstallDir)Common7\tools;$(VSInstallDir)Common7\ide;$(ProgramFiles)\HTML Help Workshop;$(FrameworkSDKDir)\bin;$(MSBuildToolsPath32);$(VSInstallDir);$(SystemRoot)\SysWow64;$(FxCopDir);$(PATH);</ExecutablePath>
|
| - <NaClAddInVersion>1.0.4632.27091</NaClAddInVersion>
|
| + <NaClAddInVersion>1.0.4665.30163</NaClAddInVersion>
|
| <LinkIncremental>false</LinkIncremental>
|
| <IncludePath>$(VSNaClSDKRoot)include;$(VCInstallDir)include;$(VCInstallDir)atlmfc\include;$(WindowsSdkDir)include;$(FrameworkSDKDir)\include;</IncludePath>
|
| <LibraryPath>$(VSNaClSDKRoot)lib\win_x86_32_host\$(Configuration);$(VCInstallDir)lib;$(VCInstallDir)atlmfc\lib;$(WindowsSdkDir)lib;$(FrameworkSDKDir)\lib</LibraryPath>
|
| </PropertyGroup>
|
| <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|PPAPI'">
|
| <ExecutablePath>$(VCInstallDir)bin;$(WindowsSdkDir)bin\NETFX 4.0 Tools;$(WindowsSdkDir)bin;$(VSInstallDir)Common7\Tools\bin;$(VSInstallDir)Common7\tools;$(VSInstallDir)Common7\ide;$(ProgramFiles)\HTML Help Workshop;$(FrameworkSDKDir)\bin;$(MSBuildToolsPath32);$(VSInstallDir);$(SystemRoot)\SysWow64;$(FxCopDir);$(PATH);</ExecutablePath>
|
| - <NaClAddInVersion>1.0.4632.27091</NaClAddInVersion>
|
| + <NaClAddInVersion>1.0.4665.30163</NaClAddInVersion>
|
| <IncludePath>$(VSNaClSDKRoot)include;$(VCInstallDir)include;$(VCInstallDir)atlmfc\include;$(WindowsSdkDir)include;$(FrameworkSDKDir)\include;</IncludePath>
|
| <LibraryPath>$(VSNaClSDKRoot)lib\win_x86_32_host\$(Configuration);$(VCInstallDir)lib;$(VCInstallDir)atlmfc\lib;$(WindowsSdkDir)lib;$(FrameworkSDKDir)\lib</LibraryPath>
|
| </PropertyGroup>
|
| @@ -129,7 +129,7 @@
|
| </Link>
|
| <PostBuildEvent>
|
| <Command>set PATH=$(Path)
|
| -python.exe $(VSNaClSDKRoot)\tools\create_nmf.py -D $(VSNaClSDKRoot)\toolchain\win_x86_$(ToolchainName)\bin\x86_64-nacl-objdump.exe -L $(VSNaClSDKRoot)\toolchain\win_x86_$(ToolchainName)\x86_64-nacl\lib -L $(VSNaClSDKRoot)\toolchain\win_x86_$(ToolchainName)\x86_64-nacl\lib32 -o $(ToolchainName)\hello_world_gles.nmf -t $(ToolchainName) -s $(ToolchainName) $(TargetDir)$(TargetName)_$(TargetArchitecture)$(TargetExt)</Command>
|
| +python.exe $(VSNaClSDKRoot)\tools\create_nmf.py -D $(VSNaClSDKRoot)\toolchain\win_x86_$(ToolchainName)\bin\x86_64-nacl-objdump.exe -L $(VSNaClSDKRoot)\toolchain\win_x86_$(ToolchainName)\x86_64-nacl\lib -L "$(VSNaClSDKRoot)\toolchain\win_x86_$(ToolchainName)\x86_64-nacl\lib32" -o $(ToolchainName)\hello_world_gles.nmf -t $(ToolchainName) -s $(ToolchainName) "$(TargetDir)$(TargetName)$(TargetExt)"</Command>
|
| <Message>Running 'create_nmf'</Message>
|
| </PostBuildEvent>
|
| </ItemDefinitionGroup>
|
|
|