home *** CD-ROM | disk | FTP | other *** search
/ NeXT EnterpriseObjects Framework 3.3 / eof.iso / EO2Developer.pkg / EO2Developer.post_install < prev    next >
Text File  |  1996-02-07  |  306b  |  13 lines

  1. #!/bin/csh -f
  2.  
  3. if ( -x /bin/cc ) then
  4.    if ( -x /usr/bin/fixPrecomps ) then
  5.       /usr/bin/fixPrecomps -precompFlags -arch m68k -arch i386 -arch sparc
  6.    endif
  7. else
  8.     echo "Couldn't find /bin/cc.  /bin/cc (in the DeveloperTools package) is required for building precompiled headers."
  9.     exit 1
  10. endif
  11.  
  12.  
  13.