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.3 by schorsch, Thu Oct 21 15:47:12 2004 UTC vs.
Revision 1.5 by schorsch, Tue Sep 13 12:24:46 2005 UTC

# Line 56 | Line 56 | def load_plat(env, args, platform=None):
56          if platform == None: # override
57                  p = sys.platform
58          else: p = platform
59 +        if p == 'win32' and 'gcc' in env['TOOLS']:
60 +                p = 'mingw'
61          pl = []
62          print 'Detected platform "%s" (%s).' % (sys.platform, os.name)
63          for i in [len(p), -1, -2]:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines