home *** CD-ROM | disk | FTP | other *** search
- #!/bin/csh -f
-
- if ( -x /bin/cc ) then
- if ( -x /usr/bin/fixPrecomps ) then
- /usr/bin/fixPrecomps -precompFlags -arch m68k -arch i386 -arch sparc
- endif
- else
- echo "Couldn't find /bin/cc. /bin/cc (in the DeveloperTools package) is required for building precompiled headers."
- exit 1
- endif
-
-
-