ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/makeall
(Generate patch)

Comparing ray/makeall (file contents):
Revision 1.24 by greg, Sat Oct 31 22:29:06 2009 UTC vs.
Revision 1.26 by greg, Tue Oct 25 22:53:14 2011 UTC

# Line 84 | Line 84 | if ( "`ls -tL $rmake $0 |& head -1`" == $rmake ) then
84          goto gotrmake
85   endif
86   set newrmake
87 < more src/common/copyright.h
87 > more License.txt
88   echo -n "Do you understand and accept the terms of this agreement [n]? "
89   set ans="$<"
90   if ( "$ans" !~ [yY]* ) exit
# Line 114 | Line 114 | case 1:                        # SPARC Station
114          set arch=sun
115          set mach="-I/usr/openwin/include -L/usr/openwin/lib -DNOSTEREO"
116          set opt="-O"
117 <        set compat="strcmp.o"
117 >        set compat="strcmp.o timegm.o"
118          breaksw
119   case 2:                 # Linux
120          set mach="-Dlinux -D_FILE_OFFSET_BITS=64 -L/usr/X11R6/lib -I/usr/include/X11 -DNOSTEREO"
# Line 152 | Line 152 | case 6:                        # Other
152          echo -n "Are you using the GNU C compiler [n]? "
153          if ( "$<" =~ [yY]* ) then
154                  set extras="CC=gcc"
155 +        else
156 +                set compat="$compat timegm.o"
157          endif
158          set arch=other
159          breaksw

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines