[Scons-users] Hi everyone

Steven Truppe steven.truppe at chello.at
Mon Jun 27 18:35:07 EDT 2016


Hi,

i really felt in love with SCons a little while ago but i still can't 
master it, i hope this mailing list will open my eyes.

one question for the beginning would be how can i check the content of 
Variables ?

for example:

v= Variables('custom.py')
v.Add(EnumVariable('build', 'Set debug or release build', 'debug', 
allowed_values=('debug','release')))
v.Add(EnumVariable('arch', '32 for 32bit or 64 for 64 bit', '64', 
allowed_values=('32','64')))

Now my question is how can i get the info which was set ??
for example how can i check if a debug or release build was set ???



More information about the Scons-users mailing list