¡@

Home 

c++ Programming Glossary: even_or_odd

Building multiple executables with similar rules

http://stackoverflow.com/questions/7123431/building-multiple-executables-with-similar-rules

like this all_lessons helloworld lesson.cpp main.cpp even_or_odd lesson.cpp main.cpp calculator lesson.cpp main.cpp user_created_add.cpp.. SConstruct helloworld SConstruct lesson.cpp main.cpp even_or_odd SConstruct lesson.py main.cpp calculator SConstruct lesson.cpp.. scons all in the all_lessons directory would need to Run even_or_odd lesson.py to generate even_or_odd lesson.cpp . Realise that..