]> git.proxmox.com Git - mirror_edk2.git/blobdiff - AppPkg/Applications/Python/PythonCore.inf
AppPkg: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / AppPkg / Applications / Python / PythonCore.inf
index ece84378fe4b5e8ef66bb1aeb3fdf98bf96222b7..170549e2e809da722ea0368cc07d3eb230a0d842 100644 (file)
@@ -1,7 +1,8 @@
 ## @file\r
 # PythonCore.inf\r
 #\r
-#  Copyright (c) 2011-2012, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2015, Daryl McDaniel. All rights reserved.<BR>\r
+#  Copyright (c) 2011 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 #  which accompanies this distribution. The full text of the license may be found at\r
@@ -23,7 +24,7 @@
   DEFINE PYTHON_VERSION       = 2.7.2\r
 \r
 #\r
-#  VALID_ARCHITECTURES        = IA32 X64 IPF\r
+#  VALID_ARCHITECTURES        = IA32 X64\r
 #\r
 \r
 [Packages]\r
   Python-$(PYTHON_VERSION)/Modules/_functoolsmodule.c\r
   Python-$(PYTHON_VERSION)/Modules/gcmodule.c\r
   Python-$(PYTHON_VERSION)/Modules/getbuildinfo.c\r
-  Python-$(PYTHON_VERSION)/Modules/main.c\r
+  PyMod-$(PYTHON_VERSION)/Modules/main.c\r
   Python-$(PYTHON_VERSION)/Modules/python.c\r
 \r
   # Optional Modules -- See Python/Efi/config.c\r
    MSFT:*_*_X64_CC_FLAGS          = /Oi- /wd4018 /wd4054 /wd4055 /wd4101 /wd4131 /wd4152 /wd4204 /wd4210 /wd4244 /wd4267 /wd4305 /wd4310 /wd4389 /wd4701 /wd4702 /wd4706 /I$(WORKSPACE)\AppPkg\Applications\Python\X64 /I$(WORKSPACE)\AppPkg\Applications\Python\Efi /I$(WORKSPACE)\AppPkg\Applications\Python\Python-$(PYTHON_VERSION)\Include /DHAVE_MEMMOVE /DUSE_PYEXPAT_CAPI /DXML_STATIC\r
     GCC:*_*_IA32_CC_FLAGS         = -fno-builtin -Wno-format -I$(WORKSPACE)/AppPkg/Applications/Python/Ia32 -I$(WORKSPACE)/AppPkg/Applications/Python/Python-$(PYTHON_VERSION)/Include -DHAVE_MEMMOVE -DUSE_PYEXPAT_CAPI -DXML_STATIC\r
     GCC:*_*_X64_CC_FLAGS          = -Wno-format -I$(WORKSPACE)/AppPkg/Applications/Python/X64 -I$(WORKSPACE)/AppPkg/Applications/Python/Python-$(PYTHON_VERSION)/Include -DHAVE_MEMMOVE -DUSE_PYEXPAT_CAPI -DXML_STATIC\r
-    GCC:*_*_IPF_SYMRENAME_FLAGS   = --redefine-syms=$(WORKSPACE)/StdLib/GccSymRename.txt\r