Skip to content

Commit 1db2766

Browse files
committed
Common.props: Add OutDir for Makefile projects.
1 parent 48d8d95 commit 1db2766

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Common.props

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@
3333
<PropertyGroup Condition="'$(ConfigurationType)'=='StaticLibrary'">
3434
<OutDir>$(xrLibDir)</OutDir>
3535
</PropertyGroup>
36+
<PropertyGroup Condition="'$(ConfigurationType)'=='Makefile'">
37+
<OutDir>$(xrLibDir)</OutDir>
38+
</PropertyGroup>
3639
<PropertyGroup>
3740
<IntDir>$(xrIntDir)$(ProjectName)\</IntDir>
3841
</PropertyGroup>

0 commit comments

Comments
 (0)