Gered
c5cdddbeaa
current versions of all of my basic framework sources, build configurations/scripts, and supporting assets
5 lines
158 B
Bash
5 lines
158 B
Bash
#!/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
|