~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to support-files/MacOSX/mwar-wrapper

  • Committer: Brian Aker
  • Date: 2008-06-30 05:41:20 UTC
  • Revision ID: brian@tangent.org-20080630054120-qggcxqh7k7zf09r9
Dead support files, removed gethostbyname_r (we do not use it any longer). 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/sh
2
 
 
3
 
# This script can only create a library, not take it apart
4
 
# again to AR files
5
 
 
6
 
case $1 in
7
 
    -d*|-m*|-t*|-p*|-r*|-x*|x)
8
 
    echo "$0: can't handle arguments $*"
9
 
    exit 1;
10
 
    ;;
11
 
    -c|c|cr|cru|cu)
12
 
    shift;
13
 
    ;;
14
 
esac
15
 
 
16
 
exec mwld -lib -o $*