This repository has been archived on 2023-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
MyGameFramework/generate_xcode
Gered dc9344f09b make the "generate" shell scripts executable
on windows, should use the "git config core.filemode false"
2013-02-09 11:53:09 -05:00

5 lines
158 B
Bash
Executable file

#!/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