Compare with Previous | Blame | View Log
Import('env') # The set of source files associated with this SConscript file. src_local = ['timer.c'] obj = env.Object(src_local) Return('obj')
Import('env')
# The set of source files associated with this SConscript file.
src_local = ['timer.c']
obj = env.Object(src_local)
Return('obj')