home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXT Enterprise Objects Framework 1.1
/
NeXT Enterprise Objects Framework 1.1.iso
/
NextLibrary
/
Receipts
/
EODeveloper.pkg
/
EODeveloper.pre_install
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-12-06
|
263 b
|
16 lines
#!/bin/csh -f
# EODeveloper.pre_install
echo ""
echo -n " Checking developer software ... "
if ( ! -f /bin/cc ) then
echo "This package requires the NEXTSTEP Developer Software be installed."
exit 1
endif
echo "OK."
echo " ... done."
exit 0