]> git.proxmox.com Git - mirror_edk2.git/commit
Basic Core Python interpreter.
authordarylm503 <darylm503@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 28 Jun 2011 03:28:27 +0000 (03:28 +0000)
committerdarylm503 <darylm503@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 28 Jun 2011 03:28:27 +0000 (03:28 +0000)
commit006fecd5a177b4b7b6b36fab6690bf2b2fa11829
tree81b32d429cd83b57ef1b88760ec3c2ca1046f8d0
parent65126b4ebeafd738921c4c0da7f31ea1ed127d4e
Basic Core Python interpreter.
This allows the Python 2.7.1 distribution to be extracted into the AppPkg/Applications/Python directory - producing the AppPkg/Applications/Python/Python-2.7.1 directory - then built for EDK II using the Standard C Libraries provided by the StdLib package.

Only rudimentary functionality has been tested.
Only compilation with Microsoft Visual Studio 2005 has been tested for Ia32 and X64 architectures.
The X64/pyconfig.h file should probably be updated to match the values in Ia32/pyconfig.h.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11910 6f19259b-4bc3-4df7-8a09-765794883524
AppPkg/AppPkg.dsc
AppPkg/Applications/Python/Efi/config.c [new file with mode: 0644]
AppPkg/Applications/Python/Ia32/pyconfig.h [new file with mode: 0644]
AppPkg/Applications/Python/Ipf/pyconfig.h [new file with mode: 0644]
AppPkg/Applications/Python/PyMod-2.7.1/Include/fileobject.h [new file with mode: 0644]
AppPkg/Applications/Python/PyMod-2.7.1/Include/pyport.h [new file with mode: 0644]
AppPkg/Applications/Python/PyMod-2.7.1/Modules/_sre.c [new file with mode: 0644]
AppPkg/Applications/Python/PyMod-2.7.1/Modules/zlib/zutil.h [new file with mode: 0644]
AppPkg/Applications/Python/PyMod-2.7.1/Objects/stringlib/localeutil.h [new file with mode: 0644]
AppPkg/Applications/Python/PythonCore.inf [new file with mode: 0644]
AppPkg/Applications/Python/X64/pyconfig.h [new file with mode: 0644]