mirror of
https://github.com/python/cpython.git
synced 2025-07-23 03:05:38 +00:00
(finally) unified the interpreter and the applet as Just suggested ages ago. The
resulting program is called PythonInterpreter.
This commit is contained in:
parent
f32834c206
commit
3b8052685c
5 changed files with 7 additions and 14 deletions
|
@ -149,8 +149,7 @@ def handle_dialog(filename):
|
|||
BUILD_DICT = {
|
||||
I_CORE : (buildmwproject, "CWIE", [
|
||||
(":Mac:Build:PythonCore.prj", "PythonCore"),
|
||||
(":Mac:Build:Python.prj", "PythonFAT"),
|
||||
(":Mac:Build:PythonApplet.prj", "PythonAppletFAT"),
|
||||
(":Mac:Build:PythonInterpreter.prj", "PythonInterpreter"),
|
||||
]),
|
||||
|
||||
I_PPC_PLUGINS : (buildmwproject, "CWIE", [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue