This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

hi,i m a scons newbie.. can sm1 please tell me how to set TI c++ compiler for my python script for scons?



env=Environment(tools = [ 'mingw'])
env.PrependENVPath('PATH','C:\MinGW\bin')
env.AppendENVPath('LIB','C:\MinGW\lib')

when i do this,my gcc compiler is being set .how do i do it for TI c++ compiler.