author | Ryan C. Gordon |
Sun, 10 Nov 2013 00:38:37 -0500 | |
changeset 7925 | f090a47eb7f7 |
permissions | -rwxr-xr-x |
icculus@7925 | 1 |
#!/bin/sh |
icculus@7925 | 2 |
# change to directory above command file |
icculus@7925 | 3 |
cd `dirname $0`/.. |
icculus@7925 | 4 |
`dirname $0`/premake4 --file=../premake4.lua --to=./Xcode/Xcode4 xcode4 |