ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/build_utils/load_plat.py
(Generate patch)

Comparing ray/build_utils/load_plat.py (file contents):
Revision 1.5 by schorsch, Tue Sep 13 12:24:46 2005 UTC vs.
Revision 1.6 by schorsch, Wed Sep 14 09:28:35 2005 UTC

# 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)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines