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.6 by greg, Thu May 29 17:46:35 2003 UTC vs.
Revision 1.8 by greg, Thu Jul 17 15:31:26 2003 UTC

# Line 1 | Line 1
1   #!/bin/csh -f
2   # RCSid $Id$
3   #
4 #Added macosX 2001-04-11 by Jean Brange
5 #Deleted obsolete systems 2001-04-18 by Greg Ward
6 #
4   # Make all the Radiance programs
5   #
6   if ( $#argv < 1 ) then
# Line 14 | Line 11 | if ( $#argv < 1 ) then
11   endif
12   if ( "$1" == library ) then
13          source installib
14 +        cp -f src/*/*.{cal,tab,hex} $ldir
15          echo ""
16          echo "Set the environment variable RAYPATH=.:$ldir"
17          echo 'For C-shell users, put the following into ~/.cshrc'
# Line 190 | Line 188 | case 5:                        # BSDI BSD/386
188          set compat="malloc.o erf.o strcmp.o"
189          breaksw
190   case 6:                 # Linux
191 <        set mach="-Dlinux -L/usr/X11R6/lib -I/usr/include/X11 -DNOSTEREO"
191 >        set mach="-Dlinux -D_FILE_OFFSET_BITS=64 -L/usr/X11R6/lib -I/usr/include/X11 -DNOSTEREO"
192          set opt="-O2 -DSPEED=200"
193          set arch=IBMPC
194          set compat="bmalloc.o erf.o getpagesize.o"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines