mirror of https://github.com/acidanthera/audk.git
Remove ASM16 tool definition, it is same as ASM tool for all tool chain in fact.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7199 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
f254e82106
commit
296ac32a66
|
@ -590,10 +590,6 @@ RELEASE_WINDDK3790x1830_IPF_DLINK_FLAGS = /NOLOGO /NODEFAULTLIB /LTCG /DLL /OPT
|
||||||
*_ICC_*_ASLDLINK_FLAGS = /NODEFAULTLIB /ENTRY:main /SUBSYSTEM:CONSOLE /NODEFAULTLIB:libmmt /NODEFAULTLIB:libirc
|
*_ICC_*_ASLDLINK_FLAGS = /NODEFAULTLIB /ENTRY:main /SUBSYSTEM:CONSOLE /NODEFAULTLIB:libmmt /NODEFAULTLIB:libirc
|
||||||
*_ICC_*_ASLPP_FLAGS = /nologo /EP /C
|
*_ICC_*_ASLPP_FLAGS = /nologo /EP /C
|
||||||
|
|
||||||
*_ICC_*_ASM16_PATH = DEF(VS2005TEAMSUITE_BIN)\ml.exe
|
|
||||||
DEBUG_ICC_*_ASM16_FLAGS = /nologo /c /WX /W3 /coff /Cx /Zd /Zi
|
|
||||||
RELEASE_ICC_*_ASM16_FLAGS = /nologo /c /WX /W3 /coff /Cx /Zd
|
|
||||||
|
|
||||||
##################
|
##################
|
||||||
# IA32 definitions
|
# IA32 definitions
|
||||||
##################
|
##################
|
||||||
|
@ -696,10 +692,6 @@ RELEASE_ICC_IPF_DLINK_FLAGS = /NOLOGO /NODEFAULTLIB /LTCG /DLL /OPT
|
||||||
*_MYTOOLS_*_PP_FLAGS = /nologo /E /TC /FIAutoGen.h
|
*_MYTOOLS_*_PP_FLAGS = /nologo /E /TC /FIAutoGen.h
|
||||||
*_MYTOOLS_*_SLINK_FLAGS = /nologo /LTCG
|
*_MYTOOLS_*_SLINK_FLAGS = /nologo /LTCG
|
||||||
|
|
||||||
*_MYTOOLS_*_ASM16_PATH = DEF(VS2005TEAMSUITE_BIN)\ml.exe
|
|
||||||
DEBUG_MYTOOLS_*_ASM16_FLAGS = /nologo /c /WX /W3 /coff /Cx /Zd /Zi
|
|
||||||
RELEASE_MYTOOLS_*_ASM16_FLAGS = /nologo /c /WX /W3 /coff /Cx /Zd
|
|
||||||
|
|
||||||
##################
|
##################
|
||||||
# IA32 definitions
|
# IA32 definitions
|
||||||
##################
|
##################
|
||||||
|
|
Loading…
Reference in New Issue