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.10 by schorsch, Mon Apr 21 07:31:27 2008 UTC vs.
Revision 1.11 by schorsch, Thu Apr 24 10:28:24 2008 UTC

# Line 12 | Line 12 | def read_plat(env, args, fn):
12          cfig.read(fn)
13          buildvars = [['CC'], # replace
14                          ['CPPPATH', 'CPPDEFINES', 'CPPFLAGS', 'CCFLAGS',
15 <                        'LIBPATH', 'LINKFLAGS']] # append
15 >                        'LIBPATH', 'LINKFLAGS',
16 >                        'EZXML_CPPDEFINES', # build flags specific to ezxml.c
17 >                        ]] # append
18          vars = [
19                  ['install',
20                          ['RAD_BASEDIR', 'RAD_BINDIR', 'RAD_RLIBDIR', 'RAD_MANDIR'],
# Line 20 | Line 22 | def read_plat(env, args, fn):
22                  ['code',
23                          [], # replace
24                          [   # append
25 <                        'RAD_COMPAT',    # currently obsolete
25 >                        'RAD_COMPAT',     # theoretically obsolete (src/common/strcmp.c)
26                          'RAD_MATHCOMPAT', # erf.c floating point error function
27                          'RAD_ARGSCOMPAT', # fixargv0.c for Windows
28                          'RAD_NETCOMPAT',  # [win_]netproc.c for ranimate

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines