mirror of https://github.com/acidanthera/audk.git
Make sure path to 16-bit MASM is set
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@145 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
555c55ba77
commit
64fe104864
|
@ -15,7 +15,7 @@ PP_NAME=cl.exe
|
|||
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_ASM_PATH = C:\MASM611\BIN
|
||||
IA32_ASMLINK_PATH = C:\MASM611\BINR
|
||||
IA32_ASL_PATH = C:\TianoTools\Bin
|
||||
|
||||
|
|
Loading…
Reference in New Issue