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.13 by greg, Tue Feb 1 16:05:38 2005 UTC vs.
Revision 1.14 by schorsch, Wed Feb 2 00:05:20 2005 UTC

# Line 133 | Line 133 | case 3:                        # Silicon Graphics
133                  set mach="-noprototypes"
134                  set opt="-O -DSPEED=80"
135                  set special="sgi"
136 <                set compat="malloc.o strcmp.o"
136 >                set compat="bmalloc.o strcmp.o"
137                  breaksw
138          case 4.*:
139                  set mach=""
140                  set opt="-O2 -DSPEED=100"
141 <                set compat="malloc.o strcmp.o"
141 >                set compat="bmalloc.o strcmp.o"
142                  set extras='"MLIB=-lfastm -lm"'
143                  breaksw
144          default:        # 5.x or later
# Line 160 | Line 160 | case 5:                        # BSDI BSD/386
160          set mach="-DBSD -L/usr/X11/lib -I/usr/X11/include"
161          set opt="-O -DSPEED=100"
162          set arch=IBMPC
163 <        set compat="malloc.o erf.o strcmp.o"
163 >        set compat="bmalloc.o erf.o strcmp.o"
164          breaksw
165   case 6:                 # Linux
166          set mach="-Dlinux -D_FILE_OFFSET_BITS=64 -L/usr/X11R6/lib -I/usr/include/X11 -DNOSTEREO"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines