From 5d71a30480bdf7081f72485d6bf48361c244c4d7 Mon Sep 17 00:00:00 2001 From: Jordan Justen Date: Mon, 29 Jul 2013 21:09:55 +0000 Subject: UnixPkg: Remove UnixPkg files (It is replaced by EmulatorPkg) For now the UnixPkg/Deprecated.txt file is retained to indicate that EmulatorPkg should be used instead. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Jordan Justen git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@14518 6f19259b-4bc3-4df7-8a09-765794883524 --- UnixPkg/Xcode/xcode_project64/XcodeBuild.sh | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100755 UnixPkg/Xcode/xcode_project64/XcodeBuild.sh (limited to 'UnixPkg/Xcode/xcode_project64/XcodeBuild.sh') diff --git a/UnixPkg/Xcode/xcode_project64/XcodeBuild.sh b/UnixPkg/Xcode/xcode_project64/XcodeBuild.sh deleted file mode 100755 index 0ccda8f9ef..0000000000 --- a/UnixPkg/Xcode/xcode_project64/XcodeBuild.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/bash -# -# External makefile Xcode project project uses this script to build and clean from the Xcode GUI -# - -# force exit on error -set -e - -# -# Source the workspace and set up the environment variables we need -# -cd ../.. -echo `pwd` -./build64.sh $1 $2 $3 $4 $5 $6 $8 -- cgit v1.2.3