Skip to content

Commit

Permalink
Put 64 and 32 bit binaries in separate directories.
Browse files Browse the repository at this point in the history
Also removes debug dll from 32bit release.
  • Loading branch information
ari-koivula committed Feb 11, 2014
1 parent c7d236c commit 9b9e069
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion build/C_Properties.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<PropertyGroup Label="UserMacros" />
<PropertyGroup>
<IntDir>$(Platform)-$(Configuration)\</IntDir>
<OutDir>$(SolutionDir)..\bin\$(Configuration)\</OutDir>
<OutDir>$(SolutionDir)..\bin\$(Platform)-$(Configuration)\</OutDir>
</PropertyGroup>
<ItemDefinitionGroup>
<ClCompile>
Expand Down
4 changes: 0 additions & 4 deletions build/kvazaar_lib/kvazaar_lib.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,6 @@
<YASM>
<Defines>ARCH_X86_64=0;PREFIX</Defines>
</YASM>
<ClCompile>
<CallingConvention>Cdecl</CallingConvention>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
</ClCompile>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<YASM>
Expand Down

0 comments on commit 9b9e069

Please sign in to comment.