X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ShellBinPkg%2FReadMe.txt;h=07f8967a7a641b572f1dae271fa777f2d3e6a150;hb=29ddc5f733147ba47cecded942d9a496c9b8bb55;hp=788922d225f5f781ca51eaf8026e19f358974f0f;hpb=7b577b246d34ace481041ad1599507121d5d7eed;p=mirror_edk2.git diff --git a/ShellBinPkg/ReadMe.txt b/ShellBinPkg/ReadMe.txt index 788922d225..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 (r18507). 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" +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. + +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