mirror of https://github.com/acidanthera/audk.git
Fix AcpiTable C file build failure, because the compiler don't know how to set subsystem when entrypoint is not main. Append /SUBSYSTEM:CONSOLE link option.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7987 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
a440187f4e
commit
2ab2aad18b
|
@ -802,7 +802,7 @@ RELEASE_MYTOOLS_IPF_DLINK_FLAGS = /NOLOGO /NODEFAULTLIB /LTCG /DLL /OPT
|
|||
# Asl Compiler definitions
|
||||
##################
|
||||
*_*_*_ASLCC_FLAGS = /GL- /Y- /TC /Dmain=ReferenceAcpiTable
|
||||
*_*_*_ASLDLINK_FLAGS = /NODEFAULTLIB /ENTRY:ReferenceAcpiTable
|
||||
*_*_*_ASLDLINK_FLAGS = /NODEFAULTLIB /ENTRY:ReferenceAcpiTable /SUBSYSTEM:CONSOLE
|
||||
*_*_*_ASLPP_FLAGS = /nologo /EP /C
|
||||
*_*_*_ASL_FLAGS =
|
||||
|
||||
|
|
Loading…
Reference in New Issue