]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BuildNotes2.txt
Removed newbuild option from edksetup.bat command-line, this is now the default.
[mirror_edk2.git] / BuildNotes2.txt
index ffec64462ddc4f35e9ae33197dc38871ca19a040..fe02cdc202e109563ba0bd85da523284dd8e93df 100644 (file)
@@ -32,8 +32,12 @@ In a command window, change to the top-level directory of the EDK II source.
 \r
 First, set up your workspace. If you have had a setup, please make sure that\r
 you don't have newer *.template in WORKSPACE\BaseTools\Conf. Otherwise remove\r
-*.txt files in WORKSPACE\Conf in advance.\r
-    c:\MyWork\edk2\> edksetup newbuild\r
+*.txt files in WORKSPACE\Conf in advance.  For the reference build of the Nt32\r
+Platform emulation environment, use the --nt32 option for edksetup.  Building\r
+other platforms or modules do not require this option, as Visual Studio standard\r
+includes, libraries and/or dlls are not required for normal development.\r
+\r
+    c:\MyWork\edk2\> edksetup --nt32\r
 \r
 Second, go to the module directory (For example, MdeModulePkg\Application\HelloWorld),\r
 and then begin to build\r
@@ -99,7 +103,7 @@ have the Python interpreter (version 2.5) installed. The source of Python code i
                AutoGen/AutoGen.py  - Generate AutoGen.c/.h and makefile only\r
 \r
        "build.py" steps:\r
-               1. Run "edksetup.bat newbuild"\r
+               1. Run "edksetup.bat"\r
         2. set PYTHONPATH to the local directory of above source (BaseTools/Source/Python)\r
                3. Set ACTIVE_PLATFORM in WORKSPACE\Conf\r
                4. Go to platform or module directory\r
@@ -107,7 +111,7 @@ have the Python interpreter (version 2.5) installed. The source of Python code i
                   directly.\r
 \r
        "AutoGen.py" steps:\r
-               1. Run "edksetup.bat newbuild"\r
+               1. Run "edksetup.bat"\r
         2. set PYTHONPATH to the local directory of above source (BaseTools/Source/Python)\r
                3. Set ACTIVE_PLATFORM in WORKSPACE\Conf\r
                4. Run "<python_interpreter.exe> <python_source_dir>/AutoGen/AutoGen.py" or "<python_source_dir>/AutoGen/AutoGen.py"\r