diff options
Diffstat (limited to 'Tools/Conf/msft_tools_def.txt')
-rw-r--r-- | Tools/Conf/msft_tools_def.txt | 42 |
1 files changed, 0 insertions, 42 deletions
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
|