1 2 3 4 5
# tastes like -*- python -*- Import('hostenv') charset = hostenv.StaticLibrary('charset',['iconv.c','charcnv.c']) Export('charset')