mac: add 9term.app, Plumb.app

R=rsc
http://codereview.appspot.com/2783041
This commit is contained in:
Russ Cox 2010-10-27 18:22:03 -07:00
parent c84e737c3f
commit afea5fc3fd
15 changed files with 220 additions and 0 deletions

View file

@ -52,6 +52,7 @@ elif [ $WSYSTYPE = osx ]; then
echo 'LDFLAGS=$LDFLAGS -F/System/Library/PrivateFrameworks'
fi
echo 'WSYSOFILES=$WSYSOFILES osx-screen-carbon-objc.o osx-draw.o osx-srv.o'
echo 'install: install-macargv'
elif [ $WSYSTYPE = nowsys ]; then
echo 'WSYSOFILES=nowsys.o'
fi