add generate_xcode script

This commit is contained in:
Gered 2012-12-12 15:18:26 -05:00
parent e51746243a
commit 903de59132

4
generate_xcode Normal file
View file

@ -0,0 +1,4 @@
#!/bin/sh
cd "$(dirname "$0")"
type premake4 >/dev/null 2>&1 || { echo >&2 "'premake4' not found in your path."; exit 1; }
premake4 --file=premake.lua xcode4