Skip to content

Commit 17298e7

Browse files
modify outdir
1 parent 3f528d0 commit 17298e7

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

bullet/proj.win32/libbullet.vcxproj

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,14 @@
440440
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
441441
</ImportGroup>
442442
<PropertyGroup Label="UserMacros" />
443-
<PropertyGroup />
443+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
444+
<OutDir>$(SolutionDir)$(Configuration).win32\</OutDir>
445+
<IntDir>$(Configuration).win32\</IntDir>
446+
</PropertyGroup>
447+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
448+
<OutDir>$(SolutionDir)$(Configuration).win32\</OutDir>
449+
<IntDir>$(Configuration).win32\</IntDir>
450+
</PropertyGroup>
444451
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
445452
<ClCompile>
446453
<PrecompiledHeader>

0 commit comments

Comments
 (0)