¡@

Home 

c++ Programming Glossary: all_lessons

Building multiple executables with similar rules

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

user will create these. It will look something like this all_lessons helloworld lesson.cpp main.cpp even_or_odd lesson.cpp main.cpp.. file in each lesson directory plus a SConscript in the all_lessons directory that gives the general rules This seems to go against.. the following or equivalent with different build systems all_lessons SConstruct helloworld SConstruct lesson.cpp main.cpp even_or_odd..