mirror of https://github.com/acidanthera/audk.git
Add documentation on how to build for execution within an emulation environment.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12182 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
48be3ea2e0
commit
63f3161896
|
@ -128,4 +128,9 @@
|
|||
# Include Boilerplate text required for building with the Standard Libraries.
|
||||
#
|
||||
##############################################################################
|
||||
# Specify whether we are running in an emulation environment, or not.
|
||||
# Define EMULATE if we are.
|
||||
#
|
||||
#DEFINE EMULATE = 1
|
||||
|
||||
!include StdLib/StdLib.inc
|
||||
|
|
Loading…
Reference in New Issue