mirror of https://github.com/acidanthera/audk.git
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
This commit is contained in:
parent
0a94a7d997
commit
f0cf605e7b
|
@ -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
|
Loading…
Reference in New Issue