summaryrefslogtreecommitdiff
path: root/ShellBinPkg/ReadMe.txt
diff options
context:
space:
mode:
Diffstat (limited to 'ShellBinPkg/ReadMe.txt')
-rw-r--r--ShellBinPkg/ReadMe.txt17
1 files changed, 6 insertions, 11 deletions
diff --git a/ShellBinPkg/ReadMe.txt b/ShellBinPkg/ReadMe.txt
index 8ce28de3f1..07f8967a7a 100644
--- a/ShellBinPkg/ReadMe.txt
+++ b/ShellBinPkg/ReadMe.txt
@@ -1,19 +1,14 @@
============================================================================
OVERVIEW
============================================================================
-The binaries of ShellBinPkg are generated with ShellPkg project and built with
-BaseTools Package (git version: 031403460c9782a2563a81a6065ded99046960c2). The
+The binaries of ShellBinPkg are generated with ShellPkg project and built with
+BaseTools Package (git version: d2fc7711136a13ea3ea8e00de6d9651507b8ed50). The
binaries are built with no debug information by building with "RELEASE" target.
-The following steps can help to re-generate these binaries for customization:
-1. Check out EDK II to $(WORKSPACE)
-(svn https://svn.code.sf.net/p/edk2/code/trunk/edk2).
-
-2. Under $(WORKSPACE) directory (i.e. c:\EdkII),
- To generate Shell, execute:
- "build -a IA32 -a X64 -p ShellPkg\ShellPkg.dsc -b RELEASE"
- To generate Minimal Shell, execute:
- "build -a IA32 -a X64 -p ShellPkg\ShellPkg.dsc -b RELEASE -D NO_SHELL_PROFILES"
+To generate Full Shell, execute:
+ "build -a IA32 -a X64 -p ShellPkg\ShellPkg.dsc -b RELEASE"
+To generate Minimal Shell, execute:
+ "build -a IA32 -a X64 -p ShellPkg\ShellPkg.dsc -b RELEASE -D NO_SHELL_PROFILES"
============================================================================
HOW TO INCORPORATE THIS SHELL INTO NT32