]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Removed deprecated lines
authorjwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 28 Jul 2008 03:43:29 +0000 (03:43 +0000)
committerjwang36 <jwang36@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 28 Jul 2008 03:43:29 +0000 (03:43 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5578 6f19259b-4bc3-4df7-8a09-765794883524

BuildNotes2.txt

index 78bbf5f0f0d5b2605387263a5a413d103c0f1dcf..ce5fbc583ee18fd98b7b3b56a67646e9ac28a3b3 100644 (file)
@@ -140,7 +140,6 @@ Tools in Python
   where:\r
 \r
     build/build.py      - The entry tool of build tools\r
-    AutoGen/AutoGen.py  - Generate AutoGen.c/.h and makefile only\r
 \r
   "build.py" steps:\r
     1. Run "edksetup.bat"\r
@@ -151,14 +150,6 @@ Tools in Python
     5. Run "<python_interpreter.exe> <python_source_dir>/build/build.py" or\r
        "<python_source_dir>/build/build.py" directly.\r
 \r
-  "AutoGen.py" steps:\r
-    1. Run "edksetup.bat"\r
-    2. set PYTHONPATH to the local directory of above source\r
-       (BaseTools/Source/Python)\r
-    3. Set ACTIVE_PLATFORM in WORKSPACE\Conf\r
-    4. Run "<python_interpreter.exe> <python_source_dir>/AutoGen/AutoGen.py" or\r
-       "<python_source_dir>/AutoGen/AutoGen.py"\r
-\r
 * Convert Python source to exe file\r
   The tools written in Python can be coverted into executable program which can\r
   be executed without Python interpreter. One of the conversion tools is called\r