diff options
author | darylm503 <darylm503@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-06-29 18:16:01 +0000 |
---|---|---|
committer | darylm503 <darylm503@6f19259b-4bc3-4df7-8a09-765794883524> | 2011-06-29 18:16:01 +0000 |
commit | af9c2a563c88c6f2ed23178d2f6e9a01f2063a90 (patch) | |
tree | ce9c8a15bfa076012d8078cf29f84ba1b4f2a579 /AppPkg/Applications/Python | |
parent | 697aa37e3b9a6edb1472a3ecc37e923da185d83a (diff) | |
download | edk2-af9c2a563c88c6f2ed23178d2f6e9a01f2063a90.zip edk2-af9c2a563c88c6f2ed23178d2f6e9a01f2063a90.tar.gz edk2-af9c2a563c88c6f2ed23178d2f6e9a01f2063a90.tar.bz2 |
Give Python/PythonCore.inf its own GUID.
Do not build Python by default since it requires manual preparation before it can be built.
Update ReadMe.pdf to include information on configuring and building Python.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11930 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'AppPkg/Applications/Python')
-rw-r--r-- | AppPkg/Applications/Python/PythonCore.inf | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/AppPkg/Applications/Python/PythonCore.inf b/AppPkg/Applications/Python/PythonCore.inf index 79a30e0..31e5442 100644 --- a/AppPkg/Applications/Python/PythonCore.inf +++ b/AppPkg/Applications/Python/PythonCore.inf @@ -17,7 +17,7 @@ [Defines]
INF_VERSION = 0x00010006
BASE_NAME = Python
- FILE_GUID = 42f58b27-5dc3-4fa7-844d-5a7dbff06432
+ FILE_GUID = ca5627c4-51ba-4dcb-ac62-c076ebd37ddb
MODULE_TYPE = UEFI_APPLICATION
VERSION_STRING = 0.1
ENTRY_POINT = ShellCEntryLib
@@ -228,11 +228,6 @@ #EFI -- EFI specific code
Efi/config.c
Efi/getpathp.c
-# Efi/_subprocess.c
-# Efi/_winreg.c
-# Efi/dl_nt.c
-# Efi/import_nt.c
-# Efi/msvcrtmodule.c
[BuildOptions]
MSFT:*_*_*_CC_FLAGS = /Oi- /wd4018 /wd4054 /wd4055 /wd4101 /wd4131 /wd4152 /wd4204 /wd4210 /wd4244 /wd4267 /wd4305 /wd4310 /wd4389 /wd4701 /wd4702 /wd4706 /I%WORKSPACE%\AppPkg\Applications\Python\Ia32 /I%WORKSPACE%\AppPkg\Applications\Python\Python-2.7.1\Include
|