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.9 by schorsch, Wed Jun 7 12:25:36 2006 UTC vs.
Revision 1.10 by schorsch, Mon Apr 21 07:31:27 2008 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines