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

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

Issue 11085045: Fix name of nexe in create_nmf post link step. (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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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|NaCl64"> 4 <ProjectConfiguration Include="Debug|NaCl64">
5 <Configuration>Debug</Configuration> 5 <Configuration>Debug</Configuration>
6 <Platform>NaCl64</Platform> 6 <Platform>NaCl64</Platform>
7 </ProjectConfiguration> 7 </ProjectConfiguration>
8 <ProjectConfiguration Include="Debug|PPAPI"> 8 <ProjectConfiguration Include="Debug|PPAPI">
9 <Configuration>Debug</Configuration> 9 <Configuration>Debug</Configuration>
10 <Platform>PPAPI</Platform> 10 <Platform>PPAPI</Platform>
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condit ion="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="Local AppDataPlatform" /> 59 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condit ion="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="Local AppDataPlatform" />
60 </ImportGroup> 60 </ImportGroup>
61 <PropertyGroup Label="UserMacros" /> 61 <PropertyGroup Label="UserMacros" />
62 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 62 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
63 <LinkIncremental>true</LinkIncremental> 63 <LinkIncremental>true</LinkIncremental>
64 </PropertyGroup> 64 </PropertyGroup>
65 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 65 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
66 <LinkIncremental>false</LinkIncremental> 66 <LinkIncremental>false</LinkIncremental>
67 </PropertyGroup> 67 </PropertyGroup>
68 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|NaCl64'"> 68 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|NaCl64'">
69 <NaClAddInVersion>1.0.4632.27091</NaClAddInVersion> 69 <NaClAddInVersion>1.0.4665.30163</NaClAddInVersion>
70 <OutDir>$(ProjectDir)$(ToolchainName)\</OutDir> 70 <OutDir>$(ProjectDir)$(ToolchainName)\</OutDir>
71 <TargetName>$(ProjectName)_$(TargetArchitecture)</TargetName> 71 <TargetName>$(ProjectName)_$(TargetArchitecture)</TargetName>
72 <VSNaClSDKRoot>$(NACL_SDK_ROOT)\</VSNaClSDKRoot> 72 <VSNaClSDKRoot>$(NACL_SDK_ROOT)\</VSNaClSDKRoot>
73 <IncludePath>$(VSNaClSDKRoot)include;</IncludePath> 73 <IncludePath>$(VSNaClSDKRoot)include;</IncludePath>
74 <LibraryPath>$(VSNaClSDKRoot)lib;</LibraryPath> 74 <LibraryPath>$(VSNaClSDKRoot)lib;</LibraryPath>
75 </PropertyGroup> 75 </PropertyGroup>
76 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|NaCl64'"> 76 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|NaCl64'">
77 <NaClAddInVersion>1.0.4632.27091</NaClAddInVersion> 77 <NaClAddInVersion>1.0.4665.30163</NaClAddInVersion>
78 <OutDir>$(ProjectDir)$(ToolchainName)\</OutDir> 78 <OutDir>$(ProjectDir)$(ToolchainName)\</OutDir>
79 <VSNaClSDKRoot>$(NACL_SDK_ROOT)\</VSNaClSDKRoot> 79 <VSNaClSDKRoot>$(NACL_SDK_ROOT)\</VSNaClSDKRoot>
80 <IncludePath>$(VSNaClSDKRoot)include;</IncludePath> 80 <IncludePath>$(VSNaClSDKRoot)include;</IncludePath>
81 <LibraryPath>$(VSNaClSDKRoot)lib;</LibraryPath> 81 <LibraryPath>$(VSNaClSDKRoot)lib;</LibraryPath>
82 </PropertyGroup> 82 </PropertyGroup>
83 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|PPAPI'"> 83 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|PPAPI'">
84 <ExecutablePath>$(VCInstallDir)bin;$(WindowsSdkDir)bin\NETFX 4.0 Tools;$(Win dowsSdkDir)bin;$(VSInstallDir)Common7\Tools\bin;$(VSInstallDir)Common7\tools;$(V SInstallDir)Common7\ide;$(ProgramFiles)\HTML Help Workshop;$(FrameworkSDKDir)\bi n;$(MSBuildToolsPath32);$(VSInstallDir);$(SystemRoot)\SysWow64;$(FxCopDir);$(PAT H);</ExecutablePath> 84 <ExecutablePath>$(VCInstallDir)bin;$(WindowsSdkDir)bin\NETFX 4.0 Tools;$(Win dowsSdkDir)bin;$(VSInstallDir)Common7\Tools\bin;$(VSInstallDir)Common7\tools;$(V SInstallDir)Common7\ide;$(ProgramFiles)\HTML Help Workshop;$(FrameworkSDKDir)\bi n;$(MSBuildToolsPath32);$(VSInstallDir);$(SystemRoot)\SysWow64;$(FxCopDir);$(PAT H);</ExecutablePath>
85 <NaClAddInVersion>1.0.4632.27091</NaClAddInVersion> 85 <NaClAddInVersion>1.0.4665.30163</NaClAddInVersion>
86 <LinkIncremental>false</LinkIncremental> 86 <LinkIncremental>false</LinkIncremental>
87 <IncludePath>$(VSNaClSDKRoot)include;$(VCInstallDir)include;$(VCInstallDir)a tlmfc\include;$(WindowsSdkDir)include;$(FrameworkSDKDir)\include;</IncludePath> 87 <IncludePath>$(VSNaClSDKRoot)include;$(VCInstallDir)include;$(VCInstallDir)a tlmfc\include;$(WindowsSdkDir)include;$(FrameworkSDKDir)\include;</IncludePath>
88 <LibraryPath>$(VSNaClSDKRoot)lib\win_x86_32_host\$(Configuration);$(VCInstal lDir)lib;$(VCInstallDir)atlmfc\lib;$(WindowsSdkDir)lib;$(FrameworkSDKDir)\lib</L ibraryPath> 88 <LibraryPath>$(VSNaClSDKRoot)lib\win_x86_32_host\$(Configuration);$(VCInstal lDir)lib;$(VCInstallDir)atlmfc\lib;$(WindowsSdkDir)lib;$(FrameworkSDKDir)\lib</L ibraryPath>
89 </PropertyGroup> 89 </PropertyGroup>
90 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|PPAPI'"> 90 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|PPAPI'">
91 <ExecutablePath>$(VCInstallDir)bin;$(WindowsSdkDir)bin\NETFX 4.0 Tools;$(Win dowsSdkDir)bin;$(VSInstallDir)Common7\Tools\bin;$(VSInstallDir)Common7\tools;$(V SInstallDir)Common7\ide;$(ProgramFiles)\HTML Help Workshop;$(FrameworkSDKDir)\bi n;$(MSBuildToolsPath32);$(VSInstallDir);$(SystemRoot)\SysWow64;$(FxCopDir);$(PAT H);</ExecutablePath> 91 <ExecutablePath>$(VCInstallDir)bin;$(WindowsSdkDir)bin\NETFX 4.0 Tools;$(Win dowsSdkDir)bin;$(VSInstallDir)Common7\Tools\bin;$(VSInstallDir)Common7\tools;$(V SInstallDir)Common7\ide;$(ProgramFiles)\HTML Help Workshop;$(FrameworkSDKDir)\bi n;$(MSBuildToolsPath32);$(VSInstallDir);$(SystemRoot)\SysWow64;$(FxCopDir);$(PAT H);</ExecutablePath>
92 <NaClAddInVersion>1.0.4632.27091</NaClAddInVersion> 92 <NaClAddInVersion>1.0.4665.30163</NaClAddInVersion>
93 <IncludePath>$(VSNaClSDKRoot)include;$(VCInstallDir)include;$(VCInstallDir)a tlmfc\include;$(WindowsSdkDir)include;$(FrameworkSDKDir)\include;</IncludePath> 93 <IncludePath>$(VSNaClSDKRoot)include;$(VCInstallDir)include;$(VCInstallDir)a tlmfc\include;$(WindowsSdkDir)include;$(FrameworkSDKDir)\include;</IncludePath>
94 <LibraryPath>$(VSNaClSDKRoot)lib\win_x86_32_host\$(Configuration);$(VCInstal lDir)lib;$(VCInstallDir)atlmfc\lib;$(WindowsSdkDir)lib;$(FrameworkSDKDir)\lib</L ibraryPath> 94 <LibraryPath>$(VSNaClSDKRoot)lib\win_x86_32_host\$(Configuration);$(VCInstal lDir)lib;$(VCInstallDir)atlmfc\lib;$(WindowsSdkDir)lib;$(FrameworkSDKDir)\lib</L ibraryPath>
95 </PropertyGroup> 95 </PropertyGroup>
96 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" > 96 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" >
97 <ClCompile> 97 <ClCompile>
98 <PrecompiledHeader> 98 <PrecompiledHeader>
99 </PrecompiledHeader> 99 </PrecompiledHeader>
100 <WarningLevel>Level3</WarningLevel> 100 <WarningLevel>Level3</WarningLevel>
101 <Optimization>Disabled</Optimization> 101 <Optimization>Disabled</Optimization>
102 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;HELLO_WORLD_GLES_EX PORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 102 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;HELLO_WORLD_GLES_EX PORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
(...skipping 19 matching lines...) Expand all
122 <EnableCOMDATFolding>true</EnableCOMDATFolding> 122 <EnableCOMDATFolding>true</EnableCOMDATFolding>
123 <OptimizeReferences>true</OptimizeReferences> 123 <OptimizeReferences>true</OptimizeReferences>
124 </Link> 124 </Link>
125 </ItemDefinitionGroup> 125 </ItemDefinitionGroup>
126 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|NaCl64' "> 126 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|NaCl64' ">
127 <Link> 127 <Link>
128 <AdditionalDependencies>ppapi;ppapi_gles2</AdditionalDependencies> 128 <AdditionalDependencies>ppapi;ppapi_gles2</AdditionalDependencies>
129 </Link> 129 </Link>
130 <PostBuildEvent> 130 <PostBuildEvent>
131 <Command>set PATH=$(Path) 131 <Command>set PATH=$(Path)
132 python.exe $(VSNaClSDKRoot)\tools\create_nmf.py -D $(VSNaClSDKRoot)\toolchain\wi n_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)_$(TargetArchitectu re)$(TargetExt)</Command> 132 python.exe $(VSNaClSDKRoot)\tools\create_nmf.py -D $(VSNaClSDKRoot)\toolchain\wi n_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)"</C ommand>
133 <Message>Running 'create_nmf'</Message> 133 <Message>Running 'create_nmf'</Message>
134 </PostBuildEvent> 134 </PostBuildEvent>
135 </ItemDefinitionGroup> 135 </ItemDefinitionGroup>
136 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|NaCl6 4'"> 136 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|NaCl6 4'">
137 <Link> 137 <Link>
138 <AdditionalDependencies>ppapi;ppapi_gles2</AdditionalDependencies> 138 <AdditionalDependencies>ppapi;ppapi_gles2</AdditionalDependencies>
139 </Link> 139 </Link>
140 </ItemDefinitionGroup> 140 </ItemDefinitionGroup>
141 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|PPAPI'" > 141 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|PPAPI'" >
142 <Link> 142 <Link>
(...skipping 17 matching lines...) Expand all
160 <ClCompile Include="hello_world.cc" /> 160 <ClCompile Include="hello_world.cc" />
161 <ClCompile Include="matrix.cc" /> 161 <ClCompile Include="matrix.cc" />
162 </ItemGroup> 162 </ItemGroup>
163 <ItemGroup> 163 <ItemGroup>
164 <ClInclude Include="matrix.h" /> 164 <ClInclude Include="matrix.h" />
165 </ItemGroup> 165 </ItemGroup>
166 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 166 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
167 <ImportGroup Label="ExtensionTargets"> 167 <ImportGroup Label="ExtensionTargets">
168 </ImportGroup> 168 </ImportGroup>
169 </Project> 169 </Project>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698