1
0

SConscript 193 B

12345678910
  1. Import('env')
  2. Import('rtconfig')
  3. Import('RTT_ROOT')
  4. # The set of source files associated with this SConscript file.
  5. src_local = Glob('*.c')
  6. obj = env.Object(src_local)
  7. Return('obj')