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:
klu2 2008-05-08 04:12:33 +00:00
parent 394bbc5930
commit 1f4dfdd962
1 changed files with 6 additions and 0 deletions

View File

@ -666,6 +666,12 @@ 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
*_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 # IA32 definitions
################## ##################