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.5 by greg, Thu May 15 05:13:35 2003 UTC vs.
Revision 1.6 by greg, Thu May 29 17:46:35 2003 UTC

# Line 179 | Line 179 | case 3:                        # Silicon Graphics
179          endsw
180          breaksw
181   case 4:                 # AIX
182        set mach="-Dvoid=char -DNOPROTO -DINCL_SEL_H"
182          set opt="-O"
183 <        set compat="bmalloc.o erf.o"
183 >        set compat="bmalloc.o erf.o strcmp.o"
184 >        set arch=PowerPC
185          breaksw
186   case 5:                 # BSDI BSD/386
187          set mach="-DBSD -L/usr/X11/lib -I/usr/X11/include"
# Line 218 | Line 218 | case 9:                        # Other
218          if ( "$<" =~ [yY]* ) then
219                  set extras="CC=gcc"
220          endif
221 +        set arch=other
222          breaksw
223   default:
224          echo "Illegal choice\!"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines