xref
: /
tools
/
hello
/
SConscript
Home
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
from package import *
2
3
objs = BuildPackage()
4
Return('objs')
5