mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update CEF Automation Tool for Mac support (issue #373).
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@312 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
13
tools/build_projects.sh
Executable file
13
tools/build_projects.sh
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [ -z "$1" ]; then
|
||||
echo "ERROR: Please specify a build target: Debug or Release"
|
||||
else
|
||||
if [ -z "$2" ]; then
|
||||
PROJECT_NAME='cefclient'
|
||||
else
|
||||
PROJECT_NAME=$2
|
||||
fi
|
||||
|
||||
xcodebuild -project ../cef.xcodeproj -configuration $1 -target $PROJECT_NAME
|
||||
fi
|
Reference in New Issue
Block a user