Exclude OGLESwrappers.cpp also from x64 build.

This commit is contained in:
Julio C. Rocha 2016-03-13 18:00:36 -07:00
parent 52aea8738f
commit f8d9275dba
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="OGLESwrappers.cpp">
<ExcludedFromBuild Condition="'$(Platform)'=='Win32'">true</ExcludedFromBuild>
<ExcludedFromBuild>true</ExcludedFromBuild>
</ClCompile>
<ClCompile Include="OGLgeometry.cpp" />
<ClCompile Include="OGLglitchmain.cpp" />