summaryrefslogtreecommitdiff
path: root/BuildNotes2.txt
diff options
context:
space:
mode:
authorjwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524>2008-07-28 03:43:29 +0000
committerjwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524>2008-07-28 03:43:29 +0000
commit5fd5ff7190f95f78c559ac4f5c16c35a75477783 (patch)
tree7d7b3bd56e574aea8b902ed54c2681d21c04a04a /BuildNotes2.txt
parent78112aa5567421963c4e271a62b30f05ab56bb5e (diff)
Removed deprecated lines
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5578 6f19259b-4bc3-4df7-8a09-765794883524
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 78bbf5f0f..ce5fbc583 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