summaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorjwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524>2006-06-30 19:37:55 +0000
committerjwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524>2006-06-30 19:37:55 +0000
commit1ea046d4c4a07e1fbffa43eb46fd7004ed8aed16 (patch)
treec1826163e1a6ee18d2ad12b4062ccc766d3517e4 /Tools
parent5e256110aca9b981a540c3d34b66019888a61d9e (diff)
downloadedk2-platforms-1ea046d4c4a07e1fbffa43eb46fd7004ed8aed16.tar.xz
deleted all obsoleted configuration files
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@691 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Tools')
-rw-r--r--Tools/Conf/Common.xml133
-rw-r--r--Tools/Conf/debug_efi_flags.txt4
-rw-r--r--Tools/Conf/efi_flags_table.txt26
-rw-r--r--Tools/Conf/gcc_tools.txt7
-rw-r--r--Tools/Conf/gcc_tools_def.txt57
-rw-r--r--Tools/Conf/global_efi_flags.txt35
-rw-r--r--Tools/Conf/intel_tools.txt19
-rw-r--r--Tools/Conf/msft_tools.txt8
-rw-r--r--Tools/Conf/msft_tools_def.txt42
-rw-r--r--Tools/Conf/my_efi_flags.txt2
-rw-r--r--Tools/Conf/release_efi_flags.txt4
-rw-r--r--Tools/Conf/target.txt2
-rw-r--r--Tools/Conf/tools_def.template43
-rw-r--r--Tools/Conf/winddk_tools.txt19
14 files changed, 0 insertions, 401 deletions
diff --git a/Tools/Conf/Common.xml b/Tools/Conf/Common.xml
deleted file mode 100644
index 9bf62ca756..0000000000
--- a/Tools/Conf/Common.xml
+++ /dev/null
@@ -1,133 +0,0 @@
-<?xml version="1.0" ?>
-<!--
-Copyright (c) 2006, Intel Corporation
-All rights reserved. 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.
--->
-<root>
- <Ffs type="APPLICATION">
- <Attribute Name="FFS_FILETYPE" Value="EFI_FV_FILETYPE_APPLICATION" />
- <Attribute Name="FFS_ATTRIB_CHECKSUM" Value="TRUE" />
- <Sections EncapsulationType="Compress">
- <Sections EncapsulationType="Guid-Defined">
- <Section SectionType="EFI_SECTION_PE32" />
- <Section SectionType="EFI_SECTION_USER_INTERFACE" />
- <Section SectionType="EFI_SECTION_VERSION" />
- </Sections>
- </Sections>
- </Ffs>
-
- <Ffs type="BINARY">
- <Attribute Name="FFS_FILETYPE" Value="EFI_FV_FILETYPE_FREEFORM" />
- <Attribute Name="FFS_ATTRIB_CHECKSUM" Value="TRUE" />
- <Sections EncapsulationType="Compress">
- <Sections EncapsulationType="Guid-Defined">
- <Section SectionType="EFI_SECTION_RAW" />
- </Sections>
- </Sections>
- </Ffs>
-
- <Ffs type="FILE">
- <Attribute Name="FFS_FILETYPE" Value="EFI_FV_FILETYPE_FREEFORM" />
- <Attribute Name="FFS_ATTRIB_CHECKSUM" Value="TRUE" />
- <Sections>
- <Section SectionType="EFI_SECTION_RAW"/>
- </Sections>
- </Ffs>
-
- <Ffs type="PE32_PEIM.CompressPEIM">
- <Attribute Name="FFS_FILETYPE" Value="EFI_FV_FILETYPE_PEIM" />
- <Attribute Name="FFS_ATTRIB_CHECKSUM" Value="TRUE" />
-
- <Sections>
- <Section SectionType="EFI_SECTION_PEI_DEPEX" />
- <Sections EncapsulationType="Compress">
- <Section SectionType="EFI_SECTION_PE32" />
- <Section SectionType="EFI_SECTION_USER_INTERFACE" />
- <Section SectionType="EFI_SECTION_VERSION" />
- </Sections>
- </Sections>
- </Ffs>
-
- <Ffs type="PEI_CORE">
- <Attribute Name="FFS_FILETYPE" Value="EFI_FV_FILETYPE_PEI_CORE" />
- <Attribute Name="FFS_ATTRIB_CHECKSUM" Value="TRUE" />
- <Sections>
- <Section SectionType="EFI_SECTION_PE32"/>
- <Section SectionType="EFI_SECTION_USER_INTERFACE"/>
- <Section SectionType="EFI_SECTION_VERSION"/>
- </Sections>
- </Ffs>
-
- <Ffs type="PE32_PEIM.Relocatable">
- <Attribute Name="FFS_FILETYPE" Value="EFI_FV_FILETYPE_PEIM" />
- <Attribute Name="FFS_ATTRIB_CHECKSUM" Value="TRUE" />
- <Sections>
- <Section SectionType="EFI_SECTION_PEI_DEPEX"/>
- <Section SectionType="EFI_SECTION_PE32"/>
- </Sections>
- </Ffs>
-
- <Ffs type="DXE_CORE">
- <Attribute Name="FFS_FILETYPE" Value="EFI_FV_FILETYPE_DXE_CORE" />
- <Attribute Name="FFS_ATTRIB_CHECKSUM" Value="TRUE" />
- <Sections EncapsulationType="Compress">
- <Section SectionType="EFI_SECTION_PE32" />
- <Section SectionType="EFI_SECTION_USER_INTERFACE" />
- <Section SectionType="EFI_SECTION_VERSION" />
- </Sections>
- </Ffs>
-
-
- <Ffs type="BS_DRIVER, RT_DRIVER, SAL_RT_DRIVER">
- <Attribute Name="FFS_FILETYPE" Value="EFI_FV_FILETYPE_DRIVER" />
- <Attribute Name="FFS_ATTRIB_CHECKSUM" Value="TRUE" />
-
- <Sections EncapsulationType="Compress">
- <Sections EncapsulationType="Guid-Defined">
- <Section SectionType="EFI_SECTION_PEI_DEPEX" />
- <Section SectionType="EFI_SECTION_PE32" />
- <Section SectionType="EFI_SECTION_USER_INTERFACE" />
- <Section SectionType="EFI_SECTION_VERSION" />
- </Sections>
- </Sections>
- </Ffs>
-
- <Ffs type="COMBINED_PEIM_DRIVER">
- <Attribute Name="FFS_FILETYPE" Value="EFI_FV_FILETYPE_COMBINED_PEIM_DRIVER" />
- <Attribute Name="FFS_ATTRIB_CHECKSUM" Value="TRUE" />
- <Sections>
- <Section SectionType="EFI_SECTION_PEI_DEPEX"/>
- <Section SectionType="EFI_SECTION_PE32"/>
- <Section SectionType="EFI_SECTION_USER_INTERFACE"/>
- <Section SectionType="EFI_SECTION_VERSION"/>
- </Sections>
- </Ffs>
-
- <Ffs type="PE32_PEIM">
- <Attribute Name="FFS_FILETYPE" Value="EFI_FV_FILETYPE_PEIM" />
- <Attribute Name="FFS_ATTRIB_CHECKSUM" Value="TRUE" />
- <Sections>
- <Section SectionType="EFI_SECTION_PEI_DEPEX"/>
- <Section SectionType="EFI_SECTION_PE32"/>
- <Section SectionType="EFI_SECTION_USER_INTERFACE"/>
- <Section SectionType="EFI_SECTION_VERSION"/>
- </Sections>
- </Ffs>
-
- <Ffs type="Logo, Logo.Logo">
- <Attribute Name="FFS_FILETYPE" Value="EFI_FV_FILETYPE_FREEFORM" />
- <Attribute Name="FFS_ATTRIB_CHECKSUM" Value="TRUE" />
- <Sections EncapsulationType="Compress">
- <Sections EncapsulationType="Guid-Defined">
- <Section SectionType="EFI_SECTION_RAW" />
- </Sections>
- </Sections>
- </Ffs>
-
-</root>
diff --git a/Tools/Conf/debug_efi_flags.txt b/Tools/Conf/debug_efi_flags.txt
deleted file mode 100644
index 0a5e6373e9..0000000000
--- a/Tools/Conf/debug_efi_flags.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-WORKSPACE_TARGET = DEBUG
-EFI_LOCK_STATUS = FALSE
-EFI_S3_RESUME = YES
-EFI_LOG_LEVEL = 3
diff --git a/Tools/Conf/efi_flags_table.txt b/Tools/Conf/efi_flags_table.txt
deleted file mode 100644
index 6dfc4fa75f..0000000000
--- a/Tools/Conf/efi_flags_table.txt
+++ /dev/null
@@ -1,26 +0,0 @@
-#
-# TABLE COLUMES: FLAGS_NAME, FLAGS_SETTING, VENDOR_ARCH_COMMANDTYPE ADD and SUB
-# Here, Vendor is defined in tools_def.txt, for example: MSFT, WINDDK, INTEL, GCC, CYGWIN
-# ARCH is IA32, IPF, x64, EBC and so on
-# COMMANDTYPE is one of CC, LIB, LINK, ASM, ASMLINK, PP, ASL
-#
-
-# EFI_DEBUG
-EFI_DEBUG YES MSFT_IA32_ASM ADD.["/Zi", "/DEBUG"]
-EFI_DEBUG YES MSFT_IA32_CC ADD.["/Zi", "/Gm", "/D EFI_DEBUG"] SUB.["/nologo", "/WX"]
-EFI_DEBUG YES MSFT_IA32_LINK ADD.["/DEBUG"]
-EFI_DEBUG YES MSFT_NT32_CC ADD.["/DEBUG"]
-
-EFI_DEBUG YES INTEL_EBC_CC ADD.["/Zd", "/Zi"]
-EFI_DEBUG YES INTEL_EBC_LINK ADD.["/DEBUG"]
-
-EFI_DEBUG YES WINDDK_X64_ASM ADD.["/Zi", "/DDEBUG"]
-EFI_DEBUG YES WINDDK_X64_CC ADD.["/Zi", "/Gm", "/D EFI_DEBUG"]
-EFI_DEBUG YES WINDDK_X64_LINK ADD.["/DEBUG"]
-
-EFI_DEBUG YES WINDDK_IPF_ASM ADD.["-d debug"]
-EFI_DEBUG YES WINDDK_IPF_CC ADD.["/Zi", "/Gm"]
-EFI_DEBUG YES WINDDK_IPF_LINK ADD.["/DEBUG"]
-
-
-# EFI_DEBUG_CLEAR_MEMORY
diff --git a/Tools/Conf/gcc_tools.txt b/Tools/Conf/gcc_tools.txt
deleted file mode 100644
index cdce142118..0000000000
--- a/Tools/Conf/gcc_tools.txt
+++ /dev/null
@@ -1,7 +0,0 @@
-IA32_CC = "-Os", "-fshort-wchar", "-fno-strict-aliasing", "-Wall", "-Werror", "-c"
-IA32_LIB =
-IA32_LINK = "-nostdlib", "-O2", "--gc-sections", "--dll", "--export-all-symbols"
-IA32_ASM = "/nologo", "/W3", "/WX", "/c", "/coff", "/DEFI32"
-IA32_ASMLINK =
-IA32_PP = "-E"
-
diff --git a/Tools/Conf/gcc_tools_def.txt b/Tools/Conf/gcc_tools_def.txt
deleted file mode 100644
index c873965cff..0000000000
--- a/Tools/Conf/gcc_tools_def.txt
+++ /dev/null
@@ -1,57 +0,0 @@
-#Host definitions
-HOST_VENDOR = INTEL
-PATH_TO_HOST_CC = c:\cygwin\bin
-
-#Default values
-CC_NAME = gcc
-LIB_NAME = ar
-LINK_NAME = ld
-ASM_NAME = ml.exe
-ASMLINK_NAME = link.exe
-ASL_NAME = iasl.exe
-PP_NAME=gcc
-
-#define for IA32
-IA32_VENDOR = GCC
-IA32_CC_VENDOR = GCC
-IA32_ASL_VENDOR = GCC
-IA32_ASM_VENDOR = MSFT
-# IA32_PATH = /usr/bin
-IA32_PATH = C:\cygwin\opt\tiano\i386-tiano-pe\i386-tiano-pe\bin
-# IA32_ASM_PATH = /usr/bin
-IA32_ASM_PATH = C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\bin
-#IA32_ASMLINK_PATH = C:\MASM611\BINR
-IA32_ASL_PATH = C:\TianoTools\Bin
-
-#define for x64
-x64_VENDOR = WINDDK
-x64_CC_VENDOR = WINDDK
-x64_ASM_VENDOR = WINDDK
-x64_CC_NAME = cl.exe
-x64_LIB_NAME = lib.exe
-x64_LINK_NAME = link.exe
-x64_PP_NAME = cl.exe
-x64_ASL_VENDOR = INTEL
-x64_PATH = c:\WINDDK\3790.1830\bin\win64\x86\amd64
-x64_ASL_PATH = C:\TianoTools\Bin
-X64_ASM_NAME = ml64.exe
-
-#define for IPF
-IPF_CC_NAME = cl.exe
-IPF_LIB_NAME = lib.exe
-IPF_LINK_NAME = link.exe
-IPF_PP_NAME = cl.exe
-IPF_VENDOR = WINDDK
-IPF_ASL_VENDOR = INTEL
-IPF_PATH = c:\WINDDK\3790.1830\bin\win64\x86
-IPF_ASL_PATH = C:\TianoTools\Bin
-IPF_ASM_NAME = ias.exe
-
-#define for EBC
-EBC_VENDOR = INTEL
-EBC_ASL_VENDOR = INTEL
-EBC_PATH = C:\Program Files\Intel\EBC\Bin
-EBC_ASL_PATH = C:\TianoTools\Bin
-EBC_CC_NAME = iec.exe
-EBC_LIB_NAME = link.exe
-EBC_LINK_NAME = link.exe
diff --git a/Tools/Conf/global_efi_flags.txt b/Tools/Conf/global_efi_flags.txt
deleted file mode 100644
index 1c1df04f50..0000000000
--- a/Tools/Conf/global_efi_flags.txt
+++ /dev/null
@@ -1,35 +0,0 @@
-EFI_GENERATE_SYM_FILE = NO
-EFI_DEBUG = NO
-EFI_DEBUG_CLEAR_MEMORY = NO
-EFI_PEI_PERFORMANCE = YES
-EFI_DXE_PERFORMANCE = YES
-EFI_SYMBOLIC_DEBUG = NO
-EFI_USE_NEW_SHELL_BIN = NO
-EFI_GENERATE_INTERMEDIATE_FILE = NO
-
-EFI_READ_DISABLED_CAP = TRUE
-EFI_READ_ENABLED_CAP = TRUE
-EFI_READ_STATUS = TRUE
-EFI_WRITE_DISABLED_CAP = TRUE
-EFI_WRITE_ENABLED_CAP = TRUE
-EFI_WRITE_STATUS = TRUE
-EFI_LOCK_CAP = TRUE
-EFI_STICKY_WRITE = TRUE
-EFI_MEMORY_MAPPED = TRUE
-EFI_ALIGNMENT_CAP = TRUE
-EFI_ALIGNMENT_2 = TRUE
-EFI_ALIGNMENT_4 = TRUE
-EFI_ALIGNMENT_8 = TRUE
-EFI_ALIGNMENT_16 = TRUE
-EFI_ALIGNMENT_32 = TRUE
-EFI_ALIGNMENT_64 = TRUE
-EFI_ALIGNMENT_128 = TRUE
-EFI_ALIGNMENT_256 = TRUE
-EFI_ALIGNMENT_512 = TRUE
-EFI_ALIGNMENT_1K = TRUE
-EFI_ALIGNMENT_2K = TRUE
-EFI_ALIGNMENT_4K = TRUE
-EFI_ALIGNMENT_8K = TRUE
-EFI_ALIGNMENT_16K = TRUE
-EFI_ALIGNMENT_32K = TRUE
-EFI_ALIGNMENT_64K = TRUE \ No newline at end of file
diff --git a/Tools/Conf/intel_tools.txt b/Tools/Conf/intel_tools.txt
deleted file mode 100644
index d4482468fa..0000000000
--- a/Tools/Conf/intel_tools.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-ASL = -vo
-
-IA32_CC =
-IA32_LIB =
-IA32_LINK =
-
-X64_CC =
-X64_LIB =
-X64_LINK =
-
-IPF_CC =
-IPF_LIB =
-IPF_LINK =
-IPF_ASM = "-N us", "-X explicit", "-M ilp64", "-N so", "-W4"
-
-EBC_CC = "-nologo", "-FAcs", "-c", "-W3", "-WX"
-EBC_LIB = "/lib", "/NOLOGO", "/MACHINE:EBC"
-EBC_LINK = "/NOLOGO", "/MACHINE:EBC", "/SUBSYSTEM:EFI_BOOT_SERVICE_DRIVER", "/OPT:REF", "/NODEFAULTLIB"
-EBC_PP = "/P" \ No newline at end of file
diff --git a/Tools/Conf/msft_tools.txt b/Tools/Conf/msft_tools.txt
deleted file mode 100644
index ef73615ea0..0000000000
--- a/Tools/Conf/msft_tools.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-ASL = "/nologo"
-
-IA32_CC = "/nologo", "/W3", "/WX", "/GX", "/Gy", "/O1i", "/GL", "/Gs-", "/c", "/D EFI32", "/D UNICODE"
-IA32_LIB = "/NOLOGO"
-IA32_LINK = "/NOLOGO", "/SUBSYSTEM:CONSOLE", "/NODEFAULTLIB", "/IGNORE:4086", "/MAP", "/OPT:REF", "/MACHINE:I386", "/ALIGN:32", "/DLL", "/LTCG"
-IA32_ASM = "/nologo", "/W3", "/WX", "/c", "/coff", "/DEFI32"
-IA32_ASMLINK =
-IA32_PP = "/nologo", "/P", "/TC"
diff --git a/Tools/Conf/msft_tools_def.txt b/Tools/Conf/msft_tools_def.txt
deleted file mode 100644
index 844c3bbeba..0000000000
--- a/Tools/Conf/msft_tools_def.txt
+++ /dev/null
@@ -1,42 +0,0 @@
-#Host definitions
-HOST_VENDOR = INTEL
-PATH_TO_HOST_CC = C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\bin
-
-#Default values
-CC_NAME = cl.exe
-LIB_NAME = lib.exe
-LINK_NAME = link.exe
-ASM_NAME = ml.exe
-ASMLINK_NAME = link.exe
-ASL_NAME = iasl.exe
-PP_NAME=cl.exe
-
-#define for IA32
-IA32_VENDOR = MSFT
-IA32_ASL_VENDOR = INTEL
-IA32_PATH = C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\bin
-#IA32_ASM_PATH = C:\MASM611\BIN
-IA32_ASMLINK_PATH = C:\MASM611\BINR
-IA32_ASL_PATH = C:\TianoTools\Bin
-
-#define for x64
-x64_VENDOR = WINDDK
-x64_ASL_VENDOR = INTEL
-x64_PATH = c:\WINDDK\3790.1830\bin\win64\x86\amd64
-x64_ASL_PATH = C:\TianoTools\Bin
-X64_ASM_NAME = ml64.exe
-
-#define for IPF
-IPF_VENDOR = WINDDK
-IPF_ASL_VENDOR = INTEL
-IPF_PATH = c:\WINDDK\3790.1830\bin\win64\x86
-IPF_ASL_PATH = C:\TianoTools\Bin
-IPF_ASM_NAME = ias.exe
-
-#define for EBC
-EBC_VENDOR = INTEL
-EBC_ASL_VENDOR = INTEL
-EBC_PATH = C:\Program Files\Intel\EBC\Bin
-EBC_ASL_PATH = C:\TianoTools\Bin
-EBC_CC_NAME = iec.exe
-EBC_LIB_NAME = link.exe
diff --git a/Tools/Conf/my_efi_flags.txt b/Tools/Conf/my_efi_flags.txt
deleted file mode 100644
index f033429f4b..0000000000
--- a/Tools/Conf/my_efi_flags.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-EFI_DEBUG = NO
-EFI_DEBUG_CLEAR_MEMORY = NO \ No newline at end of file
diff --git a/Tools/Conf/release_efi_flags.txt b/Tools/Conf/release_efi_flags.txt
deleted file mode 100644
index 0a5e6373e9..0000000000
--- a/Tools/Conf/release_efi_flags.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-WORKSPACE_TARGET = DEBUG
-EFI_LOCK_STATUS = FALSE
-EFI_S3_RESUME = YES
-EFI_LOG_LEVEL = 3
diff --git a/Tools/Conf/target.txt b/Tools/Conf/target.txt
deleted file mode 100644
index 571d517e82..0000000000
--- a/Tools/Conf/target.txt
+++ /dev/null
@@ -1,2 +0,0 @@
-WORKSPACE_TARGET = DEBUG
-TARGET_ARCH = IA32, x64, IPF, EBC
diff --git a/Tools/Conf/tools_def.template b/Tools/Conf/tools_def.template
deleted file mode 100644
index aeec82ada0..0000000000
--- a/Tools/Conf/tools_def.template
+++ /dev/null
@@ -1,43 +0,0 @@
-#Host definitions
-HOST_VENDOR = INTEL
-PATH_TO_HOST_CC = C:\Program Files\Intel\Compiler\c++\9.0\IA32\Bin
-
-#Default values
-CC_NAME = cl.exe
-LIB_NAME = lib.exe
-LINK_NAME = link.exe
-ASM_NAME = ml.exe
-ASMLINK_NAME = link.exe
-ASL_NAME = iasl.exe
-PP_NAME=cl.exe
-
-#define for IA32
-IA32_VENDOR = MSFT
-IA32_ASL_VENDOR = INTEL
-#IA32_PATH = C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\bin
-#IA32_ASM_PATH = C:\MASM611\BIN
-IA32_ASMLINK_PATH = C:\MASM611\BINR
-IA32_ASL_PATH = C:\TianoTools\Bin
-
-#define for x64
-x64_VENDOR = WINDDK
-x64_ASL_VENDOR = INTEL
-x64_PATH = C:\WINDDK\3790.1830\bin\win64\x86\amd64
-x64_ASL_PATH = C:\TianoTools\Bin
-X64_ASM_NAME = ml64.exe
-
-#define for IPF
-IPF_VENDOR = WINDDK
-IPF_ASL_VENDOR = INTEL
-IPF_PATH = C:\WINDDK\3790.1830\bin\win64\x86
-IPF_ASL_PATH = C:\TianoTools\Bin
-IPF_ASM_NAME = ias.exe
-
-#define for EBC
-EBC_VENDOR = INTEL
-EBC_ASL_VENDOR = INTEL
-EBC_PATH = C:\Program Files\Intel\Ebc\Bin
-EBC_ASL_PATH = C:\TianoTools\Bin
-EBC_CC_NAME = iec.exe
-#EBC_LIB_PATH =
-EBC_LIB_NAME = link.exe
diff --git a/Tools/Conf/winddk_tools.txt b/Tools/Conf/winddk_tools.txt
deleted file mode 100644
index b87adc59ae..0000000000
--- a/Tools/Conf/winddk_tools.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-IA32_CC = "/nologo", "/X", "/W4", "/WX", "/GX", "/Gy", "/GS-", "/c", "/D EFI32"
-IA32_LIB = "/NOLOGO"
-IA32_LINK = "/NOLOGO", "/SUBSYSTEM:CONSOLE", "/NODEFAULTLIB", "/IGNORE:4086", "/MAP", "/OPT:REF", "/MACHINE:I386", "/ALIGN:32", "/DLL"
-IA32_ASM = "/nologo", "/W3", "/WX", "/c", "/coff", "/DEFI32"
-IA32_PP = "/nologo", "/P", "/TC"
-
-x64_CC = "/nologo", "/X", "/W4", "/WX", "/Gy", "/c", "/Gs8192", "/GS-", "/D EFIx64", "/O1i"
-x64_LIB = "/NOLOGO"
-x64_LINK = "/NOLOGO", "/Machine:AMD64", "/ALIGN:32", "/DLL", "/NODEFAULTLIB", "/OPT:REF"
-x64_ASM = "/nologo", "/W3", "/WX", "/c", "/DEFI32"
-x64_ASMLINK =
-x64_PP = "/nologo", "/P", "/TC"
-
-IPF_CC = "/nologo", "/W4", "/WX", "/EHsc", "/Gy", "/c", "/GS-", "/D EFI64", "/O1i"
-IPF_PP = "/nologo", "/W4", "/WX", "/EHsc", "/Gy", "/c", "/GS-", "-P", "-C", "/D EFI_MONOSHELL", "/D EFI64"
-IPF_LIB = "/NOLOGO"
-IPF_LINK = "/NOLOGO", "/SUBSYSTEM:CONSOLE", "/NODEFAULTLIB", "/IGNORE:4086", "/MAP", "/OPT:REF", "/MACHINE:IA64"
-IPF_ASM = "-N us", "-X explicit", "-M ilp64", "-N so", "-W4"
-IPF_PP = "/nologo", "/P", "/TC"