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.16 by schorsch, Thu Mar 10 17:36:18 2016 UTC vs.
Revision 1.17 by schorsch, Mon Mar 28 17:48:43 2016 UTC

# Line 24 | Line 24 | def read_plat(env, args, fn):
24                          'TIFFLIB',     # where to find a preinstalled tifflib library
25                          ], # replace
26                          ['CPPPATH', 'CPPDEFINES', 'CPPFLAGS', 'CCFLAGS',
27 <                        'LIBPATH', 'LINKFLAGS',
27 >                        'LIBS', 'LIBPATH', 'LINKFLAGS',
28                          'EZXML_CPPDEFINES', # build flags specific to ezxml.c
29                          ]] # append
30          vars = [

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines