From: Doug M. <mc...@ia...> - 2009-07-06 14:10:19
|
[snip] >> >> For now I have hacked GetPlatform and GetArch to return the >> appropriate values for win64 builds but I am running into another >> problem. It appears that the EnvironmentBuilder is specifically >> configured for MSVS 8 which causes problems when trying to build with >> MSVS 9. Any thoughts on potential fixes? Can we use the default >> behaviour of SCons 1.2.0 for MSVS builds and not support older >> versions of SCons? Thanks. > > > Oh, right, I forgot about that mess. Give the new SCons support a try. > If it works, the hacks for Win64 and Visual C++ 8.0 should be removed. > I don't see any reason to support older versions of SCons, but then > again, I don't have the final say on that. > Do you happen to know how build_env is initialized in the SConstruct? I see it exported and used but it never appears to be configured. Doug |