| # | Line 26 | Line 26 | def read_plat(env, args, fn): | |
|---|---|---|
| 26 | 'RAD_NETCOMPAT', # [win_]netproc.c for ranimate | |
| 27 | 'RAD_MLIB', # usually 'm', or any fastlib available | |
| 28 | 'RAD_SOCKETLIB', # ws_2_32 on Windows (VC links it automatically) | |
| 29 | < | 'RAD_PROCESS']], # our process abstraction and win_popen() |
| 29 | > | 'RAD_PROCESS', # our process abstraction and win_popen() |
| 30 | > | 'RAD_PCALLS', # more custom process abstraction |
| 31 | > | ]], |
| 32 | ] | |
| 33 | if args.get('RAD_DEBUG',0): | |
| 34 | vars.insert(0, ['debug'] + buildvars) | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |