SConscript 176 B

12345678910
  1. # for module compile
  2. Import('env')
  3. Import('rtconfig')
  4. # build each components
  5. # build each modules
  6. SConscript('hello/SConscript')
  7. SConscript('thread/SConscript')