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 ...@@ -28,3 +28,6 @@ TextStyle_New
TextStyle_Convert TextStyle_Convert
TEObj_New TEObj_New
TEObj_Convert TEObj_Convert
AEDesc_New
AEDesc_Convert
...@@ -421,6 +421,7 @@ PyNumber_Xor ...@@ -421,6 +421,7 @@ PyNumber_Xor
PyOS_CheckStack PyOS_CheckStack
PyOS_GetLastModificationTime PyOS_GetLastModificationTime
PyOS_InitInterrupts PyOS_InitInterrupts
PyOS_InputHook
PyOS_InterruptOccurred PyOS_InterruptOccurred
PyOS_Readline PyOS_Readline
PyOS_ReadlineFunctionPointer PyOS_ReadlineFunctionPointer
...@@ -519,7 +520,6 @@ PyType_Type ...@@ -519,7 +520,6 @@ PyType_Type
Py_AddPendingCall Py_AddPendingCall
Py_AtExit Py_AtExit
Py_BuildValue Py_BuildValue
Py_Cleanup
Py_CompileString Py_CompileString
Py_DebugFlag Py_DebugFlag
Py_Exit Py_Exit
...@@ -1070,7 +1070,6 @@ fcntl__6SocketFUii # Socket::fcntl(unsigned int,int) ...@@ -1070,7 +1070,6 @@ fcntl__6SocketFUii # Socket::fcntl(unsigned int,int)
fcntl__9PAPSocketFUii # PAPSocket::fcntl(unsigned int,int) fcntl__9PAPSocketFUii # PAPSocket::fcntl(unsigned int,int)
fcntl__9PPCSocketFUii # PPCSocket::fcntl(unsigned int,int) fcntl__9PPCSocketFUii # PPCSocket::fcntl(unsigned int,int)
fdopen fdopen
fdopen__FiPc # fdopen(int,char*)
feof feof
ferror ferror
fflush fflush
......
...@@ -421,6 +421,7 @@ PyNumber_Xor ...@@ -421,6 +421,7 @@ PyNumber_Xor
PyOS_CheckStack PyOS_CheckStack
PyOS_GetLastModificationTime PyOS_GetLastModificationTime
PyOS_InitInterrupts PyOS_InitInterrupts
PyOS_InputHook
PyOS_InterruptOccurred PyOS_InterruptOccurred
PyOS_Readline PyOS_Readline
PyOS_ReadlineFunctionPointer PyOS_ReadlineFunctionPointer
...@@ -519,7 +520,6 @@ PyType_Type ...@@ -519,7 +520,6 @@ PyType_Type
Py_AddPendingCall Py_AddPendingCall
Py_AtExit Py_AtExit
Py_BuildValue Py_BuildValue
Py_Cleanup
Py_CompileString Py_CompileString
Py_DebugFlag Py_DebugFlag
Py_Exit Py_Exit
...@@ -1070,7 +1070,6 @@ fcntl__6SocketFUii # Socket::fcntl(unsigned int,int) ...@@ -1070,7 +1070,6 @@ fcntl__6SocketFUii # Socket::fcntl(unsigned int,int)
fcntl__9PAPSocketFUii # PAPSocket::fcntl(unsigned int,int) fcntl__9PAPSocketFUii # PAPSocket::fcntl(unsigned int,int)
fcntl__9PPCSocketFUii # PPCSocket::fcntl(unsigned int,int) fcntl__9PPCSocketFUii # PPCSocket::fcntl(unsigned int,int)
fdopen fdopen
fdopen__FiPc # fdopen(int,char*)
feof feof
ferror ferror
fflush 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