IntroductionThis document is an informal, often short, description of how to accomplish some specific task with SConsBuildFramework how to select MS Visual C++ toolchain version when multiple versions are installedBy default, SConsBuildFramework uses the highest installed version of MSVS for the compiler. To change this, you must add in sbf main configuration file clVersion = '2005Exp' for Visual C++ 2005 Express or if you prefer clVersion = '8.0Exp'
|