summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Tools/Conf/tools_def.txt43
1 files changed, 0 insertions, 43 deletions
diff --git a/Tools/Conf/tools_def.txt b/Tools/Conf/tools_def.txt
deleted file mode 100644
index aeec82ada0..0000000000
--- a/Tools/Conf/tools_def.txt
+++ /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