Skip to content

Commit

Permalink
Common.props: Add OutDir for Makefile projects.
Browse files Browse the repository at this point in the history
  • Loading branch information
CrossVR committed Mar 30, 2017
1 parent 48d8d95 commit 1db2766
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Common.props
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@
<PropertyGroup Condition="'$(ConfigurationType)'=='StaticLibrary'">
<OutDir>$(xrLibDir)</OutDir>
</PropertyGroup>
<PropertyGroup Condition="'$(ConfigurationType)'=='Makefile'">
<OutDir>$(xrLibDir)</OutDir>
</PropertyGroup>
<PropertyGroup>
<IntDir>$(xrIntDir)$(ProjectName)\</IntDir>
</PropertyGroup>
Expand Down

0 comments on commit 1db2766

Please sign in to comment.