]> git.proxmox.com Git - mirror_edk2.git/blame - EmulatorPkg/Unix/Xcode/xcode_project32/XcodeBuild.sh
EmulatorPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / EmulatorPkg / Unix / Xcode / xcode_project32 / XcodeBuild.sh
CommitLineData
417a8020 1#!/bin/bash
2#
3# External makefile Xcode project project uses this script to build and clean from the Xcode GUI
4#
5# Copyright (c) 2008 - 2011, Apple Inc. All rights reserved.<BR>
6#
e3ba31da 7# SPDX-License-Identifier: BSD-2-Clause-Patent
417a8020 8#
9
10# force exit on error
11set -e
12
13#
14# Source the workspace and set up the environment variables we need
15#
697aa37e 16cd ../../..
17./build.sh -a IA32 $1 $2 $3 $4 $5 $6 $8