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.4 by schorsch, Mon Sep 12 11:32:30 2005 UTC vs.
Revision 1.5 by schorsch, Tue Sep 13 12:24:46 2005 UTC

# 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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines