From: lhauch Date: Tue, 30 May 2006 18:15:49 +0000 (+0000) Subject: Adding a template file for the tools_def.txt file. This file will be copied to tools... X-Git-Tag: edk2-stable201903~25392 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=f0cf605e7b80ed9ff1538e9f948dba28b82990f6 Adding a template file for the tools_def.txt file. This file will be copied to tools_def.txt if and only if the tools_def.txt file does not exist. We will be removing the tools_def.txt file from SVN, so that it will not be overwritten every time you do an update. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@328 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/Tools/Conf/tools_def.template b/Tools/Conf/tools_def.template new file mode 100644 index 0000000000..aeec82ada0 --- /dev/null +++ b/Tools/Conf/tools_def.template @@ -0,0 +1,43 @@ +#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