mirror of https://github.com/acidanthera/audk.git
Added Wordpad recommendation for editor, change ACTIVE_PLATFORM from REQUIRED to RECOMMENDED
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@837 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
08e4a4125b
commit
3c367f9de6
|
@ -168,6 +168,9 @@ Java Tools:
|
|||
-------------------------------------------------------------------------------
|
||||
Quick Start
|
||||
-----------
|
||||
For editing text files under Windows, use the Wordpad application. Notepad
|
||||
does not handle UNIX style newline characters properly.
|
||||
|
||||
Copy the target.template file in the Tools/Conf directory to target.txt, which
|
||||
must also be in the Tools/Conf directory.
|
||||
|
||||
|
@ -183,7 +186,7 @@ result in all available build possibilites when typing build. By default EDK II
|
|||
can build a matrix of binaries, using different target types, tool chain tags and
|
||||
architectures. Options to target.txt file are as follows:
|
||||
|
||||
ACTIVE_PLATFORM = Value REQUIRED
|
||||
ACTIVE_PLATFORM = Value RECOMMENDED
|
||||
Where Value is the WORKSPACE relative path and filename of a Framework Platform
|
||||
Definition (FPD) File. Example:
|
||||
|
||||
|
|
Loading…
Reference in New Issue