Skip to content

Commit

Permalink
Merge pull request #777 from shuffle2/vs2013-update3
Browse files Browse the repository at this point in the history
Use official flag for detailed symbols. Require VS2013 with update 3 or later to build.
  • Loading branch information
shuffle2 committed Aug 12, 2014
2 parents 0b27e0f + 5eccc08 commit 36af1b5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Source/Core/Common/stdafx.h
Expand Up @@ -4,6 +4,10 @@

#pragma once

#if _MSC_FULL_VER < 180030723
#error Please update your build environment to VS2013 with Update 3 or later!
#endif

// Windows Vista is the lowest version we support
#define _WIN32_WINNT 0x0600

Expand Down
2 changes: 1 addition & 1 deletion Source/VSProps/Base.props
Expand Up @@ -57,7 +57,7 @@
<RuntimeTypeInfo>false</RuntimeTypeInfo>
<MinimalRebuild>false</MinimalRebuild>
<MultiProcessorCompilation>true</MultiProcessorCompilation>
<AdditionalOptions>/d2Zi+ /volatile:iso /D PSAPI_VERSION=1 /D _M_X86=1 %(AdditionalOptions)</AdditionalOptions>
<AdditionalOptions>/Zo /volatile:iso /D PSAPI_VERSION=1 /D _M_X86=1 %(AdditionalOptions)</AdditionalOptions>
<AdditionalOptions Condition="'$(Platform)'=='x64'">/D _ARCH_64=1 /D _M_X86_64=1 %(AdditionalOptions)</AdditionalOptions>
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<!--
Expand Down

0 comments on commit 36af1b5

Please sign in to comment.