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