visual c++ - Build both 32-bit and 64-bit versions for 64-bit platform -
i have msvc++ project can built targeting 32-bit or 64-bit platform. when targeting 64-bit, need 32-bit version built (it produces type library needs registered both 32-bit , 64-bit consumers).
is possible configure project build 32-bit target when chosen platform win32, , both 64-bit , 32-bit targets when chosen platform x64?
Comments
Post a Comment