SConscript 199 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 from building import * cwd = GetCurrentDir() src = Glob('*.c') CPPPATH = [cwd] group = DefineGroup('var_export', src, depend = ['RT_USING_VAR_EXPORT'], CPPPATH = CPPPATH) Return('group')