[Scons-users] How to handle MSVC when on 64 bit and TARGET_ARCH isn't specified

Brady Johnson bradyallenjohnson at gmail.com
Wed Apr 10 03:03:44 EDT 2013


That seems like a logical decision. If the TARGET_ARCH hasnt been
specified, then first try for the compiler that matches the "bit-ness" of
the architecture. If there isnt one then try for the compiler with less
"bit-ness" than the architecture.

Regards,

Brady



On Wed, Apr 10, 2013 at 2:00 AM, William Deegan
<bill at baddogconsulting.com>wrote:


> Greetings,

>

> I'm working on a handful of MSVC bugs today.

> One thing I'm not certain how to handle.

>

> I"m on a 64 bit win 7 install.

> I've installs MSVC2012 express.

> This installs both 32 and 64 bit compilers.

> The 64 bit is accessible via the x64 cross tools command prompt, which

> runs the initialization script with x86_amd64 as the target arch.

>

> If the user hasn't specified TARGET_ARCH and has this toolset installed,

> should I try x86_amd64 before trying x86?

>

>

> -Bill

> _______________________________________________

> Scons-users mailing list

> Scons-users at scons.org

> http://four.pairlist.net/mailman/listinfo/scons-users

>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://four.pairlist.net/pipermail/scons-users/attachments/20130410/387a2ad1/attachment-0001.htm>


More information about the Scons-users mailing list