diff options
author | Guo Mang <mang.guo@intel.com> | 2016-12-22 18:18:10 +0800 |
---|---|---|
committer | Guo Mang <mang.guo@intel.com> | 2016-12-26 19:14:57 +0800 |
commit | d46cb36f923aecd04fbedc29a26d9d42637583d3 (patch) | |
tree | 4741b26dfd85d286beb3f193570ba87beae2de0d /EdkCompatibilityPkg/Sample/LocalTools.env | |
parent | d0deab742dccc1c658956123d0f105042de3ea1b (diff) | |
download | edk2-platforms-d46cb36f923aecd04fbedc29a26d9d42637583d3.tar.xz |
EdkCompatibilityPkg: Remove unused Package
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Guo Mang <mang.guo@intel.com>
Diffstat (limited to 'EdkCompatibilityPkg/Sample/LocalTools.env')
-rw-r--r-- | EdkCompatibilityPkg/Sample/LocalTools.env | 95 |
1 files changed, 0 insertions, 95 deletions
diff --git a/EdkCompatibilityPkg/Sample/LocalTools.env b/EdkCompatibilityPkg/Sample/LocalTools.env deleted file mode 100644 index f325c88368..0000000000 --- a/EdkCompatibilityPkg/Sample/LocalTools.env +++ /dev/null @@ -1,95 +0,0 @@ -#/*++
-#
-# Copyright (c) 2004 - 2007, Intel Corporation. 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.
-#
-# Module Name:
-#
-# LocalTools.env
-#
-# Abstract:
-#
-# This file is included by CommonTools.env, which is included by
-# makefiles when building.
-#
-# It can be customized to identify the locations of the tools
-# necessary to build the EFI source code for different systems.
-#
-#--*/
-
-#
-# Customize to define the base path to MASM for IA32
-#
-!IFNDEF MASMPATH
-MASMPATH = c:\masm611
-!ENDIF
-
-#
-# Customize to define the base path to iASL
-#
-!IFNDEF ASLPATH
-ASLPATH = c:\Asl
-!ENDIF
-
-#
-# Customize to define the base path to the tools for IPF
-#
-!IFNDEF EFI_IA64TOOLPATH
-!IF "$(USE_NEWDDK)" == "YES"
-EFI_IA64TOOLPATH = C:\WINDDK\3790.1830\bin\win64\x86
-!ELSE
-EFI_IA64TOOLPATH = C:\DDK3790
-!ENDIF
-!ENDIF
-
-!IFNDEF EFI_IA64ASMPATH
-!IF "$(USE_NEWDDK)" == "YES"
-EFI_IA64ASMPATH = C:\WINDDK\3790.1830\bin\win64\x86
-!ELSE
-EFI_IA64ASMPATH = C:\DDK3790
-!ENDIF
-!ENDIF
-
-#
-# Customize to define the base path to the EBC tools
-#
-!IFNDEF EBC_TOOLS_PATH
-EBC_TOOLS_PATH = c:\progra~1\intel\ebc
-!ENDIF
-
-#
-# Customize to define the base path to WINDDK for X64
-#
-!IFNDEF WIN_DDK_PATH
-WIN_DDK_X64_PATH = C:\WINDDK\3790.1830\bin\win64\x86\amd64
-!ELSE
-WIN_DDK_X64_PATH = $(WIN_DDK_PATH)\bin\win64\x86\amd64
-!ENDIF
-
-#
-# Customize to define the base path to VC8 for X64
-#
-!IF "$(USE_VC8_X64)" == "YES"
-!IFNDEF VCINSTALLDIR
-VC8_X64_PATH = c:\Program Files\Microsoft Visual Studio 8\VC\bin\x86_amd64
-!ELSE
-VC8_X64_PATH = $(VCINSTALLDIR)\bin\x86_amd64
-!ENDIF
-!ENDIF
-
-#
-# Customize to define the base path to VC8 for IPF
-#
-!IF "$(USE_VC8_IPF)" == "YES"
-!IFNDEF VCINSTALLDIR
-VC8_IPF_PATH = c:\Program Files\Microsoft Visual Studio 8\VC\bin\x86_ia64
-!ELSE
-VC8_IPF_PATH = $(VCINSTALLDIR)\bin\x86_ia64
-!ENDIF
-!ENDIF
|