add generate_xcode script
This commit is contained in:
parent
e51746243a
commit
903de59132
4
generate_xcode
Normal file
4
generate_xcode
Normal 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
|
Reference in a new issue