Used Variables instead of Options, in SConstruct
[mcc.git] / SConscript
blob326e7b11d1b149540c82a49d130c9d6ac9f02459
1 import os.path
2 Import(['env'])
4 # Table of programs and source files
6 files = [
7     'cpp.c', 'bstr.c', 'errors.c', 'cpp_main.c',
8     'scanner.c', 'stree.c', 'cc.c', 'parse.c', 'const.c',
9     'icode.c',
12 env.Program('cc', files)