On Thu, Mar 13, 2008 at 10:28:34AM +0000, Garth N. Wells wrote:
I having some trouble getting the hang of few things with SCons. One
issue is when changing compile options, SCons seems to cache options and
doesn't always pick up the new options. For example when I've compiled
and installed the library, but decide later to do 'enableDemos=yes', the
demos aren't compiled. How can I force SCons to compile the demos?
Garth
It works for me when I add enableDemos=yes. I didn't add it before,
but when I add it, the demos get built.