Merge pull request #1024 from JunielKatarn/fix_glitch64_x64

Exclude OGLESwrappers.cpp also from x64 build.
This commit is contained in:
zilmar 2016-03-14 13:57:55 +11:00
commit fbcf54f306
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" />