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.25 by greg, Mon Nov 29 17:22:44 2010 UTC

# 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