I didn’t find it in the forum, I want to have one project that has a Debug-32 and Debug-64 configurations.
Can I do that with the Introjucer? from what I see the linker and the compiler flags can only be set from the target level and not from the configuration level.
Just found out that I can also have 64/32 configurations in a single MSVC configuration (just use the same configuration name with the 32/64 combo changed).
I'm running Visual Studio 2010 Express and don't see an obvious way to make 64bit targets using the Introjucer. I thought that there might be an "Architecture" choice like there is in the XCode exporter but there isn't one for VS 2010.
Could someone please give me baby steps for creating an 64 bit project using the Visual Studio 2010 exporter?