1 2 3 4 5
Import('hostenv') param = hostenv.StaticLibrary('loadparm',['loadparm.c','params.c']) Export('param') generic = hostenv.StaticLibrary('generic',['generic.c']) Export('generic')