mirror of https://github.com/acidanthera/audk.git
Added VFRC tool for VFR file processing
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2925 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
8cc724084d
commit
f0d6ea5436
|
@ -769,7 +769,9 @@ RELEASE_ICC_IPF_DLINK_FLAGS = /NOLOGO /NODEFAULTLIB /LTCG /DLL /OPT:REF,ICF /IGN
|
|||
*_MYTOOLS_*_APP_NAME = cl.exe
|
||||
*_MYTOOLS_*_ASM_NAME = ml.exe
|
||||
|
||||
*_MYTOOLS_*_VFRPP_FLAGS = /nologo /E /TC /DVFRCOMPILE
|
||||
*_MYTOOLS_*_VFRC_NAME = VfrCompile.exe
|
||||
*_MYTOOLS_IA32_VFRC_PATH =
|
||||
*_MYTOOLS_*_VFRPP_FLAGS = /nologo /E /TC /DVFRCOMPILE /FIAutoGen.h
|
||||
##################
|
||||
# IA32 definitions
|
||||
##################
|
||||
|
|
Loading…
Reference in New Issue