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:
darylm503 2011-08-22 19:30:51 +00:00
parent 48be3ea2e0
commit 63f3161896
1 changed files with 5 additions and 0 deletions

View File

@ -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