X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ShellBinPkg%2FReadMe.txt;h=07f8967a7a641b572f1dae271fa777f2d3e6a150;hb=091e902bd31f9d53f9c51c71d3772e11a8ea211a;hp=01b2ccfa6488389402e65972d548fd4587a2f9bb;hpb=227a1ac2d04504eee4c624f534ea3fcbb8140029;p=mirror_edk2.git diff --git a/ShellBinPkg/ReadMe.txt b/ShellBinPkg/ReadMe.txt index 01b2ccfa64..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: fc41b97f128a0c7f28a9cc250e629a0ad2262ac8). 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