X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ShellBinPkg%2FReadMe.txt;h=07f8967a7a641b572f1dae271fa777f2d3e6a150;hb=d9c0d991f769c50e69d14a006bdbaaf31986143a;hp=8ce28de3f1c7e95f46d41b573507ca8cc16a1afc;hpb=d6c3ef2ed14186a2dd1afb8016ac4e816ccd18e2;p=mirror_edk2.git 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