diff options
author | lhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-02-22 16:31:23 +0000 |
---|---|---|
committer | lhauch <lhauch@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-02-22 16:31:23 +0000 |
commit | 8014e7ceb0054a2f57ba94bf7b792cb1cb5837e4 (patch) | |
tree | b1611af872d56b4d80328e067a1e45520b1bb8b3 /BuildNotes2.txt | |
parent | 1710eeb85ea79ae91c9e23abc448bee553226f59 (diff) | |
download | edk2-8014e7ceb0054a2f57ba94bf7b792cb1cb5837e4.tar.gz |
Removed newbuild option from edksetup.bat command-line, this is now the default.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4747 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'BuildNotes2.txt')
-rw-r--r-- | BuildNotes2.txt | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/BuildNotes2.txt b/BuildNotes2.txt index ffec64462d..fe02cdc202 100644 --- a/BuildNotes2.txt +++ b/BuildNotes2.txt @@ -32,8 +32,12 @@ In a command window, change to the top-level directory of the EDK II source. First, set up your workspace. If you have had a setup, please make sure that
you don't have newer *.template in WORKSPACE\BaseTools\Conf. Otherwise remove
-*.txt files in WORKSPACE\Conf in advance.
- c:\MyWork\edk2\> edksetup newbuild
+*.txt files in WORKSPACE\Conf in advance. For the reference build of the Nt32
+Platform emulation environment, use the --nt32 option for edksetup. Building
+other platforms or modules do not require this option, as Visual Studio standard
+includes, libraries and/or dlls are not required for normal development.
+
+ c:\MyWork\edk2\> edksetup --nt32
Second, go to the module directory (For example, MdeModulePkg\Application\HelloWorld),
and then begin to build
@@ -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
"build.py" steps:
- 1. Run "edksetup.bat newbuild"
+ 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. Go to platform or module directory
@@ -107,7 +111,7 @@ have the Python interpreter (version 2.5) installed. The source of Python code i directly.
"AutoGen.py" steps:
- 1. Run "edksetup.bat newbuild"
+ 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"
|