My favorites | Sign in
Project Logo
sbf
             
Search
for
Updated Jun 11, 2009 by npapier
Labels: Featured
HOWTO  
how-to

Introduction

This 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 installed

By 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'


Sign in to add a comment
Hosted by Google Code