Navigation Menu

Skip to content

Commit

Permalink
Fix Debug | Win32 (RCT2) builds for VS
Browse files Browse the repository at this point in the history
  • Loading branch information
IntelOrca committed Jan 11, 2017
1 parent ea25a02 commit e6dc4f1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/openrct2/libopenrct2.vcxproj
Expand Up @@ -34,6 +34,9 @@
<ConfigurationType>DynamicLibrary</ConfigurationType>
</PropertyGroup>
<Import Project="..\..\openrct2.common.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<TargetName>openrct2</TargetName>
</PropertyGroup>
<ItemDefinitionGroup>
<ClCompile>
<PreprocessorDefinitions Condition="'$(Breakpad)'=='true'">USE_BREAKPAD;%(PreprocessorDefinitions)</PreprocessorDefinitions>
Expand Down

0 comments on commit e6dc4f1

Please sign in to comment.