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

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

Issue 10860016: Add missing NMF files. (Closed) Base URL: http://nativeclient-sdk.googlecode.com/svn/trunk/src/
Patch Set: Created 8 years, 4 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
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|NaCl"> 4 <ProjectConfiguration Include="Debug|NaCl">
5 <Configuration>Debug</Configuration> 5 <Configuration>Debug</Configuration>
6 <Platform>NaCl</Platform> 6 <Platform>NaCl</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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 </PropertyGroup> 65 </PropertyGroup>
66 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 66 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
67 <LinkIncremental>false</LinkIncremental> 67 <LinkIncremental>false</LinkIncremental>
68 </PropertyGroup> 68 </PropertyGroup>
69 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|NaCl'"> 69 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|NaCl'">
70 <IncludePath>$(VSNaClSDKRoot)include;</IncludePath> 70 <IncludePath>$(VSNaClSDKRoot)include;</IncludePath>
71 <LibraryPath>$(VSNaClSDKRoot)lib;</LibraryPath> 71 <LibraryPath>$(VSNaClSDKRoot)lib;</LibraryPath>
72 <NaClIrtPath>$(VSNaClSDKRoot)\tools\irt_x86_64.nexe</NaClIrtPath> 72 <NaClIrtPath>$(VSNaClSDKRoot)\tools\irt_x86_64.nexe</NaClIrtPath>
73 <OutDir>$(ProjectDir)$(ToolchainName)\</OutDir> 73 <OutDir>$(ProjectDir)$(ToolchainName)\</OutDir>
74 <IntDir>$(ToolchainName)\$(Configuration)\</IntDir> 74 <IntDir>$(ToolchainName)\$(Configuration)\</IntDir>
75 <NaClAddInVersion>1.0.4611.21610</NaClAddInVersion>
75 </PropertyGroup> 76 </PropertyGroup>
76 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|NaCl'"> 77 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|NaCl'">
77 <IncludePath>$(VSNaClSDKRoot)include;</IncludePath> 78 <IncludePath>$(VSNaClSDKRoot)include;</IncludePath>
78 <LibraryPath>$(VSNaClSDKRoot)lib;</LibraryPath> 79 <LibraryPath>$(VSNaClSDKRoot)lib;</LibraryPath>
79 <NaClIrtPath>$(VSNaClSDKRoot)\tools\irt_x86_64.nexe</NaClIrtPath> 80 <NaClIrtPath>$(VSNaClSDKRoot)\tools\irt_x86_64.nexe</NaClIrtPath>
80 <OutDir>$(ProjectDir)$(ToolchainName)\</OutDir> 81 <OutDir>$(ProjectDir)$(ToolchainName)\</OutDir>
81 <IntDir>$(ToolchainName)\$(Configuration)\</IntDir> 82 <IntDir>$(ToolchainName)\$(Configuration)\</IntDir>
83 <NaClAddInVersion>1.0.4611.21610</NaClAddInVersion>
82 </PropertyGroup> 84 </PropertyGroup>
83 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|PPAPI'"> 85 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|PPAPI'">
84 <IncludePath>$(VSNaClSDKRoot)include;$(VCInstallDir)include;$(VCInstallDir)a tlmfc\include;$(WindowsSdkDir)include;$(FrameworkSDKDir)\include;</IncludePath> 86 <IncludePath>$(VSNaClSDKRoot)include;$(VCInstallDir)include;$(VCInstallDir)a tlmfc\include;$(WindowsSdkDir)include;$(FrameworkSDKDir)\include;</IncludePath>
85 <LibraryPath>$(VSNaClSDKRoot)lib\win_x86_32_host\$(Configuration);$(VCInstal lDir)lib;$(VCInstallDir)atlmfc\lib;$(WindowsSdkDir)lib;$(FrameworkSDKDir)\lib</L ibraryPath> 87 <LibraryPath>$(VSNaClSDKRoot)lib\win_x86_32_host\$(Configuration);$(VCInstal lDir)lib;$(VCInstallDir)atlmfc\lib;$(WindowsSdkDir)lib;$(FrameworkSDKDir)\lib</L ibraryPath>
86 <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> 88 <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>
89 <NaClAddInVersion>1.0.4611.21610</NaClAddInVersion>
87 </PropertyGroup> 90 </PropertyGroup>
88 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|PPAPI'"> 91 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|PPAPI'">
89 <IncludePath>$(VSNaClSDKRoot)include;$(VCInstallDir)include;$(VCInstallDir)a tlmfc\include;$(WindowsSdkDir)include;$(FrameworkSDKDir)\include;</IncludePath> 92 <IncludePath>$(VSNaClSDKRoot)include;$(VCInstallDir)include;$(VCInstallDir)a tlmfc\include;$(WindowsSdkDir)include;$(FrameworkSDKDir)\include;</IncludePath>
90 <LibraryPath>$(VSNaClSDKRoot)lib\win_x86_32_host\$(Configuration);$(VCInstal lDir)lib;$(VCInstallDir)atlmfc\lib;$(WindowsSdkDir)lib;$(FrameworkSDKDir)\lib</L ibraryPath> 93 <LibraryPath>$(VSNaClSDKRoot)lib\win_x86_32_host\$(Configuration);$(VCInstal lDir)lib;$(VCInstallDir)atlmfc\lib;$(WindowsSdkDir)lib;$(FrameworkSDKDir)\lib</L ibraryPath>
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> 94 <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>
95 <NaClAddInVersion>1.0.4611.21610</NaClAddInVersion>
92 </PropertyGroup> 96 </PropertyGroup>
93 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" > 97 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" >
94 <ClCompile> 98 <ClCompile>
95 <PrecompiledHeader> 99 <PrecompiledHeader>
96 </PrecompiledHeader> 100 </PrecompiledHeader>
97 <WarningLevel>Level3</WarningLevel> 101 <WarningLevel>Level3</WarningLevel>
98 <Optimization>Disabled</Optimization> 102 <Optimization>Disabled</Optimization>
99 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;HELLO_WORLD_GLES_EX PORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 103 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;HELLO_WORLD_GLES_EX PORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
100 </ClCompile> 104 </ClCompile>
101 <Link> 105 <Link>
(...skipping 16 matching lines...) Expand all
118 <GenerateDebugInformation>true</GenerateDebugInformation> 122 <GenerateDebugInformation>true</GenerateDebugInformation>
119 <EnableCOMDATFolding>true</EnableCOMDATFolding> 123 <EnableCOMDATFolding>true</EnableCOMDATFolding>
120 <OptimizeReferences>true</OptimizeReferences> 124 <OptimizeReferences>true</OptimizeReferences>
121 </Link> 125 </Link>
122 </ItemDefinitionGroup> 126 </ItemDefinitionGroup>
123 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|NaCl'"> 127 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|NaCl'">
124 <Link> 128 <Link>
125 <AdditionalDependencies>ppapi;ppapi_gles2</AdditionalDependencies> 129 <AdditionalDependencies>ppapi;ppapi_gles2</AdditionalDependencies>
126 <OutputFile>$(TargetDir)$(TargetName)_$(TargetArchitecture)$(TargetExt)</O utputFile> 130 <OutputFile>$(TargetDir)$(TargetName)_$(TargetArchitecture)$(TargetExt)</O utputFile>
127 </Link> 131 </Link>
132 <PostBuildEvent>
133 <Command>set PATH=$(Path)
134 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>
135 </PostBuildEvent>
128 </ItemDefinitionGroup> 136 </ItemDefinitionGroup>
129 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|NaCl' "> 137 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|NaCl' ">
130 <Link> 138 <Link>
131 <AdditionalDependencies>ppapi;ppapi_gles2</AdditionalDependencies> 139 <AdditionalDependencies>ppapi;ppapi_gles2</AdditionalDependencies>
132 </Link> 140 </Link>
133 </ItemDefinitionGroup> 141 </ItemDefinitionGroup>
134 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|PPAPI'" > 142 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|PPAPI'" >
135 <Link> 143 <Link>
136 <AdditionalDependencies>ppapi.lib;ppapi_gles2.lib</AdditionalDependencies> 144 <AdditionalDependencies>ppapi.lib;ppapi_gles2.lib;</AdditionalDependencies >
137 </Link> 145 </Link>
138 </ItemDefinitionGroup> 146 </ItemDefinitionGroup>
139 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|PPAPI '"> 147 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|PPAPI '">
140 <Link> 148 <Link>
141 <AdditionalDependencies>ppapi.lib;ppapi_gles2.lib</AdditionalDependencies> 149 <AdditionalDependencies>ppapi.lib;ppapi_gles2.lib;</AdditionalDependencies >
142 </Link> 150 </Link>
143 </ItemDefinitionGroup> 151 </ItemDefinitionGroup>
144 <ItemGroup> 152 <ItemGroup>
145 <None Include="common.js" /> 153 <None Include="common.js" />
146 <None Include="fragment_shader_es2.frag" /> 154 <None Include="fragment_shader_es2.frag" />
147 <None Include="hello_world_gles_glibc.nmf" />
148 <None Include="hello_world_gles_newlib.nmf" />
149 <None Include="index_glibc.html" /> 155 <None Include="index_glibc.html" />
150 <None Include="index_newlib.html" /> 156 <None Include="index_newlib.html" />
151 <None Include="index_win.html" /> 157 <None Include="index_win.html" />
152 <None Include="vertex_shader_es2.vert" /> 158 <None Include="vertex_shader_es2.vert" />
153 </ItemGroup> 159 </ItemGroup>
154 <ItemGroup> 160 <ItemGroup>
155 <ClCompile Include="hello_world.cc" /> 161 <ClCompile Include="hello_world.cc" />
156 <ClCompile Include="matrix.cc" /> 162 <ClCompile Include="matrix.cc" />
157 </ItemGroup> 163 </ItemGroup>
158 <ItemGroup> 164 <ItemGroup>
159 <ClInclude Include="matrix.h" /> 165 <ClInclude Include="matrix.h" />
160 </ItemGroup> 166 </ItemGroup>
161 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 167 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
162 <ImportGroup Label="ExtensionTargets"> 168 <ImportGroup Label="ExtensionTargets">
163 </ImportGroup> 169 </ImportGroup>
164 </Project> 170 </Project>
OLDNEW
« no previous file with comments | « visual_studio/NativeClientVSAddIn/InstallerResources/examples/hello_world_gles/hello_world_gles/common.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698