Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e721f3d

Browse files
committed
Modified for new dll import source organisation by Greg.
1 parent c9b1e90 commit e721f3d

6 files changed

Lines changed: 2 additions & 2 deletions

File tree

Mac/Build/PythonCore.prj

0 Bytes
Binary file not shown.

Mac/Build/PythonCoreCFM68K.prj

-5.47 KB
Binary file not shown.

Mac/Build/PythonCorePPC.prj

0 Bytes
Binary file not shown.

Mac/Build/PythonStandSmall.prj

0 Bytes
Binary file not shown.

Mac/mwerks/mwerks_shared_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
/* #define MAC_TCL /* This *must* be on if USE_TK is on */
2222
#define USE_MAC_SHARED_LIBRARY /* Enable code to add shared-library resources */
2323
#define USE_MAC_APPLET_SUPPORT /* Enable code to run a PYC resource */
24-
#define USE_MAC_DYNAMIC_LOADING /* Enable dynamically loaded modules */
24+
#define HAVE_DYNAMIC_LOADING /* Enable dynamically loaded modules */
2525
/* #define USE_MALLOC_DEBUG /* Enable range checking and other malloc debugging */
2626
/* #define USE_GDBM /* Include the gdbm module */
2727
/* #define USE_ZLIB /* Include the zlib module */

Mac/mwerks/mwerks_small_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
/* #define MAC_TCL /* This *must* be on if USE_TK is on */
2020
/* #define USE_MAC_SHARED_LIBRARY /* Enable code to add shared-library resources */
2121
/* #define USE_MAC_APPLET_SUPPORT /* Enable code to run a PYC resource */
22-
/* #define USE_MAC_DYNAMIC_LOADING /* Enable dynamically loaded modules */
22+
/* #define HAVE_DYNAMIC_LOADING /* Enable dynamically loaded modules */
2323
#define USE_MALLOC_DEBUG /* Enable range checking and other malloc debugging */
2424
/* #define USE_GDBM /* Include the gdbm module */
2525
/* #define USE_ZLIB /* Include the zlib module */

0 commit comments

Comments
 (0)