diff options
author | darylm503 <darylm503@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-08-22 19:30:51 +0000 |
---|---|---|
committer | darylm503 <darylm503@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-08-22 19:30:51 +0000 |
commit | 63f3161896cf3ea14cd77dfa6c3f13759726f2a2 (patch) | |
tree | 9ec34b48770fa9038f68f262d59863aed6ce0348 | |
parent | 48be3ea2e0e0c7f4ce88f3466c952aa79d50a094 (diff) | |
download | edk2-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
-rw-r--r-- | AppPkg/AppPkg.dsc | 5 |
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
|