diff options
Diffstat (limited to 'EmulatorPkg/build64.sh')
-rwxr-xr-x | EmulatorPkg/build64.sh | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/EmulatorPkg/build64.sh b/EmulatorPkg/build64.sh deleted file mode 100755 index a1d47b7292..0000000000 --- a/EmulatorPkg/build64.sh +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/bash -# -# Copyright (c) 2011, Apple Inc. All rights reserved.<BR> -# -# This program and the accompanying materials -# are licensed and made available under the terms and conditions of the BSD License -# which accompanies this distribution. The full text of the license may be found at -# http://opensource.org/licenses/bsd-license.php -# -# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. -# - -cd Unix -. build64.sh $1 $2 $3 $4 $5 $6 $7 $8 - |