|
|
GNU tools for NeXTSTEP 3.3
echo "int xxy_us_dummy;" >dummy.c cc -c dummy.c rm -f underscore.c echo '/*WARNING: This file is automatically generated!*/' >underscore.c if [ "`$(NM) dummy.o | grep _xxy_us_dummy ; true`" != "" ]; then \ echo "int prepends_underscore = 1;" >>underscore.c; \ else \ echo "int prepends_underscore = 0;" >>underscore.c; \ fi rm -f dummy.c dummy.o
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.