summaryrefslogtreecommitdiff
path: root/BuildNotes2.txt
diff options
context:
space:
mode:
Diffstat (limited to 'BuildNotes2.txt')
-rw-r--r--BuildNotes2.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/BuildNotes2.txt b/BuildNotes2.txt
index 78bbf5f0f0..ce5fbc583e 100644
--- a/BuildNotes2.txt
+++ b/BuildNotes2.txt
@@ -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