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
This commit is contained in:
@@ -141,6 +141,7 @@
|
||||
AppPkg/Applications/Hello/Hello.inf # No LibC includes or functions.
|
||||
AppPkg/Applications/Main/Main.inf # Simple invocation. No other LibC functions.
|
||||
AppPkg/Applications/Enquire/Enquire.inf
|
||||
AppPkg/Applications/Python/PythonCore.inf
|
||||
|
||||
################################################################
|
||||
#
|
||||
|
Reference in New Issue
Block a user