[Scons-users] Building mixed architectures with SCons on Windows with VisualStudio
    mg at ncp-e.com 
    mg at ncp-e.com
       
    Wed Aug  5 04:50:31 EDT 2015
    
    
  
Thank you for your replies.
>    I'm using something similar to this code to create my environments:
>
>    tools = ['mssdk', 'mslink', 'msvc', 'mslib', 'msvs', 'install']
>    env1 = Environment(tools = tools, MSVC_VERSION = '11.0', TARGET_ARCH = 'x86')
>    env2 = Environment(tools = tools, MSVC_VERSION = '12.0', TARGET_ARCH = 'amd64')
Okay it's simple enough. Turns out I was on the wrong track, because I tried to
get a cloned environment using a different architecture.
Following this approach should help me solve my problem.
Best regards
Matthias
-- 
Matthias Gerstner, Dipl.-Wirtsch.-Inf. (FH)
Entwicklung
 
NCP engineering GmbH
Dombühler Straße 2, D-90449, Nürnberg
Geschäftsführer Peter Söll, HRB-Nr: 77 86 Nürnberg
 
Telefon: +49 911 9968-153, Fax: +49 911 9968-229
E-Mail: Matthias.Gerstner at ncp-e.com
Internet: http://www.ncp-e.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <https://pairlist4.pair.net/pipermail/scons-users/attachments/20150805/3f27fa10/attachment.pgp>
    
    
More information about the Scons-users
mailing list