devdraw: update Lion cocoa

R=rsc
CC=plan9port.codebot
http://codereview.appspot.com/5015042
This commit is contained in:
David Jeannot 2011-09-19 08:58:59 -04:00 committed by Russ Cox
parent 53000799be
commit 48107872ba
8 changed files with 627 additions and 430 deletions

View file

@ -1,5 +1,5 @@
<$PLAN9/src/mkhdr
<|./osxvers
<|osxvers
TARG=9pfuse

View file

@ -1,7 +0,0 @@
#!/bin/sh
u=`uname`
case "$u" in
Darwin)
sw_vers | awk '$1 == "ProductVersion:" {print $2}' | awk -F. '{printf("CFLAGS=$CFLAGS -DOSX_VERSION=%d%02d%02d\n", $1, $2, $3)}'
esac