mirror of https://github.com/acidanthera/audk.git
Removed deprecated lines
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5578 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
78112aa556
commit
5fd5ff7190
|
@ -140,7 +140,6 @@ Tools in Python
|
|||
where:
|
||||
|
||||
build/build.py - The entry tool of build tools
|
||||
AutoGen/AutoGen.py - Generate AutoGen.c/.h and makefile only
|
||||
|
||||
"build.py" steps:
|
||||
1. Run "edksetup.bat"
|
||||
|
@ -151,14 +150,6 @@ Tools in Python
|
|||
5. Run "<python_interpreter.exe> <python_source_dir>/build/build.py" or
|
||||
"<python_source_dir>/build/build.py" directly.
|
||||
|
||||
"AutoGen.py" steps:
|
||||
1. Run "edksetup.bat"
|
||||
2. set PYTHONPATH to the local directory of above source
|
||||
(BaseTools/Source/Python)
|
||||
3. Set ACTIVE_PLATFORM in WORKSPACE\Conf
|
||||
4. Run "<python_interpreter.exe> <python_source_dir>/AutoGen/AutoGen.py" or
|
||||
"<python_source_dir>/AutoGen/AutoGen.py"
|
||||
|
||||
* Convert Python source to exe file
|
||||
The tools written in Python can be coverted into executable program which can
|
||||
be executed without Python interpreter. One of the conversion tools is called
|
||||
|
|
Loading…
Reference in New Issue