mirror of https://github.com/acidanthera/audk.git
Add ASL and ASMLINK tool definition in this file
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@739 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
d8cf03df4b
commit
7d1142bfea
|
@ -19,8 +19,9 @@
|
||||||
|
|
||||||
# IA32 definitions
|
# IA32 definitions
|
||||||
*_MSFT_IA32_*_PATH = C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\bin
|
*_MSFT_IA32_*_PATH = C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\bin
|
||||||
*_MSFT_IA32_ASL_PATH = C:\TianoTools\Bin
|
|
||||||
*_MSFT_IA32_ASM_PATH = C:\TianoTools\Bin\Ia32\Masm611\BIN
|
*_MSFT_IA32_ASM_PATH = C:\TianoTools\Bin\Ia32\Masm611\BIN
|
||||||
|
*_MSFT_IA32_ASMLINK_PATH = C:\TianoTools\Bin\Ia32\Masm611\BINR
|
||||||
|
*_MSFT_IA32_ASL_PATH = C:\TianoTools\Bin
|
||||||
*_MSFT_IA32_*_DPATH = C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\IDE
|
*_MSFT_IA32_*_DPATH = C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\IDE
|
||||||
#*_MSFT_IA32_ASM_EXT = .asm
|
#*_MSFT_IA32_ASM_EXT = .asm
|
||||||
|
|
||||||
|
@ -28,6 +29,8 @@
|
||||||
|
|
||||||
# x64 definitions
|
# x64 definitions
|
||||||
*_MSFT_X64_*_PATH = C:\WINDDK\3790.1830\bin\win64\x86\amd64
|
*_MSFT_X64_*_PATH = C:\WINDDK\3790.1830\bin\win64\x86\amd64
|
||||||
|
*_MSFT_X64_ASMLINK_PATH = C:\TianoTools\Bin\Ia32\Masm611\BINR
|
||||||
|
*_MSFT_X64_ASL_PATH = C:\TianoTools\Bin
|
||||||
*_MSFT_X64_ASM_NAME = ml64.exe
|
*_MSFT_X64_ASM_NAME = ml64.exe
|
||||||
*_MSFT_X64_ASM_EXT = .asm
|
*_MSFT_X64_ASM_EXT = .asm
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue