| # | Line 26 | Line 26 | def read_plat(env, args, fn): | |
|---|---|---|
| 26 | ['code', | |
| 27 | ['RAD_SPEED'], | |
| 28 | ['RAD_COMPAT', 'RAD_MEMCOMPAT', 'RAD_MATHCOMPAT', 'RAD_ARGSCOMPAT', | |
| 29 | < | 'RAD_MLIB', 'RAD_PROCESS']], |
| 29 | > | 'RAD_MLIB', 'RAD_SOCKETLIB', 'RAD_PROCESS']], |
| 30 | ] | |
| 31 | if args.get('RAD_DEBUG',0): | |
| 32 | vars.insert(0, ['debug'] + buildvars) | |
| # | Line 51 | Line 51 | def read_plat(env, args, fn): | |
| 51 | ||
| 52 | ||
| 53 | def load_plat(env, args, platform=None): | |
| 54 | – | for k,v in env.items(): print k,v |
| 54 | if os.name == 'posix': | |
| 55 | POSIX_setup(env) | |
| 56 | if platform == None: # override | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |