basmith / box2d

Automatically exported from code.google.com/p/box2d

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Visual Studio: The output directory for Box2D.lib is the same for Win32 and x64 platform.

GoogleCodeExporter opened this issue · comments

The output directory for Box2D.lib, when building with Visual Studio, is the 
same for Win32 and x64 platforms. Building for one platform overwrites 
Box2D.lib for the other. It would be preferable to build the library to two 
different directories.

This can be easily fixed by changing the solution Configuration 
Properties->General->Output Directory option.

Original issue reported on code.google.com by drt...@gmail.com on 24 Nov 2013 at 1:40

Completed: At revision: 303  

Original comment by erinca...@gmail.com on 4 Apr 2014 at 5:29

  • Changed state: Fixed