Reputation: 4086
I want to build the bullet physics source code for Visual Studio 2012 but I'm not sure if I have to use as compile Target Visual Studio 2012 or Visual Studio 2012 Win64.
Is the 32/64 referring to my OS or to the source I want to build?
Regards
Upvotes: 1
Views: 127
Reputation: 78458
Win64
refers to the target - if you set the generator to Visual Studio 2012 Win64
, you'll be building 64-bit binaries.
Upvotes: 5