Kaydet (Commit) 03a00a80 authored tarafından Jack Jansen's avatar Jack Jansen

PythonCore is now a fat shared library, the plugin modules aren't fat,

unfortunately, this turned out to be too difficult.

Plugins.prj now builds all plugin modules, and all the
interdependencies between the projects are correct. One exception:
plugins don't attempt to build PythonCore (PythonFAT and PythonApplet do).
üst ef3138f9
......@@ -28,3 +28,6 @@ TextStyle_New
TextStyle_Convert
TEObj_New
TEObj_Convert
AEDesc_New
AEDesc_Convert
......@@ -421,6 +421,7 @@ PyNumber_Xor
PyOS_CheckStack
PyOS_GetLastModificationTime
PyOS_InitInterrupts
PyOS_InputHook
PyOS_InterruptOccurred
PyOS_Readline
PyOS_ReadlineFunctionPointer
......@@ -519,7 +520,6 @@ PyType_Type
Py_AddPendingCall
Py_AtExit
Py_BuildValue
Py_Cleanup
Py_CompileString
Py_DebugFlag
Py_Exit
......@@ -1070,7 +1070,6 @@ fcntl__6SocketFUii # Socket::fcntl(unsigned int,int)
fcntl__9PAPSocketFUii # PAPSocket::fcntl(unsigned int,int)
fcntl__9PPCSocketFUii # PPCSocket::fcntl(unsigned int,int)
fdopen
fdopen__FiPc # fdopen(int,char*)
feof
ferror
fflush
......
......@@ -421,6 +421,7 @@ PyNumber_Xor
PyOS_CheckStack
PyOS_GetLastModificationTime
PyOS_InitInterrupts
PyOS_InputHook
PyOS_InterruptOccurred
PyOS_Readline
PyOS_ReadlineFunctionPointer
......@@ -519,7 +520,6 @@ PyType_Type
Py_AddPendingCall
Py_AtExit
Py_BuildValue
Py_Cleanup
Py_CompileString
Py_DebugFlag
Py_Exit
......@@ -1070,7 +1070,6 @@ fcntl__6SocketFUii # Socket::fcntl(unsigned int,int)
fcntl__9PAPSocketFUii # PAPSocket::fcntl(unsigned int,int)
fcntl__9PPCSocketFUii # PPCSocket::fcntl(unsigned int,int)
fdopen
fdopen__FiPc # fdopen(int,char*)
feof
ferror
fflush
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment