From 8014e7ceb0054a2f57ba94bf7b792cb1cb5837e4 Mon Sep 17 00:00:00 2001 From: lhauch Date: Fri, 22 Feb 2008 16:31:23 +0000 Subject: 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 --- BuildNotes2.txt | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'BuildNotes2.txt') diff --git a/BuildNotes2.txt b/BuildNotes2.txt index ffec644..fe02cdc 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 " /AutoGen/AutoGen.py" or "/AutoGen/AutoGen.py" -- cgit v1.1