]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BuildNotes2.txt
Removed deprecated lines
[mirror_edk2.git] / 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