mirror of https://github.com/acidanthera/audk.git
Add ASM16 tool configuration for MYTOOLS tag.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5181 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
394bbc5930
commit
1f4dfdd962
|
@ -666,6 +666,12 @@ RELEASE_ICC_IPF_DLINK_FLAGS = /NOLOGO /NODEFAULTLIB /LTCG /DLL /OPT
|
|||
*_MYTOOLS_*_PP_FLAGS = /nologo /E /TC /FIAutoGen.h
|
||||
*_MYTOOLS_*_SLINK_FLAGS = /nologo /LTCG
|
||||
|
||||
*_MYTOOLS_*_ASM16_PATH = DEF(VS2005TEAMSUITE_BIN)\ml.exe
|
||||
*_MYTOOLS_*_ASMLINK16_PATH = DEF(WINDDK_BIN16)\link.exe
|
||||
*_MYTOOLS_*_ASMLINK16_FLAGS = /nologo /tiny
|
||||
DEBUG_MYTOOLS_*_ASM_FLAGS = /nologo /c /WX /W3 /coff /Cx /Zd /Zi
|
||||
RELEASE_MYTOOLS_*_ASM_FLAGS = /nologo /c /WX /W3 /coff /Cx /Zd
|
||||
|
||||
##################
|
||||
# IA32 definitions
|
||||
##################
|
||||
|
|
Loading…
Reference in New Issue