| # | 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' | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |