And on your left you can see something much nicer (while I fix this here on your right).

This commit is contained in:
Nathan Letwory 2011-01-27 19:49:43 +00:00
parent 71cb745941
commit 7c31042c6e

@ -142,12 +142,6 @@ if not env:
print "Could not create a build environment"
Exit()
env.Append(RCFLAGS="TEST=\"test it\"")
print env['RCFLAGS']
Exit()
cc = B.arguments.get('CC', None)
cxx = B.arguments.get('CXX', None)
if cc: