Exclude OGLESwrappers.cpp also from x64 build.
This commit is contained in:
parent
52aea8738f
commit
f8d9275dba
|
@ -55,7 +55,7 @@
|
||||||
<ExcludedFromBuild>true</ExcludedFromBuild>
|
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ClCompile Include="OGLESwrappers.cpp">
|
<ClCompile Include="OGLESwrappers.cpp">
|
||||||
<ExcludedFromBuild Condition="'$(Platform)'=='Win32'">true</ExcludedFromBuild>
|
<ExcludedFromBuild>true</ExcludedFromBuild>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
<ClCompile Include="OGLgeometry.cpp" />
|
<ClCompile Include="OGLgeometry.cpp" />
|
||||||
<ClCompile Include="OGLglitchmain.cpp" />
|
<ClCompile Include="OGLglitchmain.cpp" />
|
||||||
|
|
Loading…
Reference in New Issue