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.7 by schorsch, Sat Jul 12 08:38:44 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 190 | Line 190 | case 5:                        # BSDI BSD/386
190          set compat="malloc.o erf.o strcmp.o"
191          breaksw
192   case 6:                 # Linux
193 <        set mach="-Dlinux -L/usr/X11R6/lib -I/usr/include/X11 -DNOSTEREO"
193 >        set mach="-Dlinux -D_FILE_OFFSET_BITS=64 -L/usr/X11R6/lib -I/usr/include/X11 -DNOSTEREO"
194          set opt="-O2 -DSPEED=200"
195          set arch=IBMPC
196          set compat="bmalloc.o erf.o getpagesize.o"
# 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