summaryrefslogtreecommitdiff
path: root/AppPkg
diff options
context:
space:
mode:
authordarylm503 <darylm503@6f19259b-4bc3-4df7-8a09-765794883524>2011-08-22 19:30:51 +0000
committerdarylm503 <darylm503@6f19259b-4bc3-4df7-8a09-765794883524>2011-08-22 19:30:51 +0000
commit63f3161896cf3ea14cd77dfa6c3f13759726f2a2 (patch)
tree9ec34b48770fa9038f68f262d59863aed6ce0348 /AppPkg
parent48be3ea2e0e0c7f4ce88f3466c952aa79d50a094 (diff)
downloadedk2-platforms-63f3161896cf3ea14cd77dfa6c3f13759726f2a2.tar.xz
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
Diffstat (limited to 'AppPkg')
-rw-r--r--AppPkg/AppPkg.dsc5
1 files changed, 5 insertions, 0 deletions
diff --git a/AppPkg/AppPkg.dsc b/AppPkg/AppPkg.dsc
index 15cb26fa68..43a93369b9 100644
--- a/AppPkg/AppPkg.dsc
+++ b/AppPkg/AppPkg.dsc
@@ -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