diff options
| author | iwubcode <iwubcode@users.noreply.github.com> | 2020-10-23 16:53:28 -0500 |
|---|---|---|
| committer | iwubcode <iwubcode@users.noreply.github.com> | 2020-10-23 17:08:53 -0500 |
| commit | 8a4773bc9144f265d4493edc6fdab7066616cbdd (patch) | |
| tree | 22a802668c743c0cfd39a28d54f1615ff974d435 /Source/Core/VideoCommon | |
| parent | a34745926e101f76e4ee0e811b7811d951782418 (diff) | |
VideoCommon: update vcproj file to set HAS_OPENGL
Diffstat (limited to 'Source/Core/VideoCommon')
| -rw-r--r-- | Source/Core/VideoCommon/VideoCommon.vcxproj | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/Core/VideoCommon/VideoCommon.vcxproj b/Source/Core/VideoCommon/VideoCommon.vcxproj index 62f85a0c6e..bd144ae0f6 100644 --- a/Source/Core/VideoCommon/VideoCommon.vcxproj +++ b/Source/Core/VideoCommon/VideoCommon.vcxproj @@ -15,6 +15,11 @@ <Import Project="$(VSPropsDir)PCHUse.props" /> </ImportGroup> <PropertyGroup Label="UserMacros" /> + <ItemDefinitionGroup Condition="'$(Platform)'=='x64'"> + <ClCompile> + <PreprocessorDefinitions>HAS_OPENGL;%(PreprocessorDefinitions)</PreprocessorDefinitions> + </ClCompile> + </ItemDefinitionGroup> <ItemDefinitionGroup> <ClCompile> <PreprocessorDefinitions>HAS_VULKAN;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
