]> granicus.if.org Git - python/commitdiff
Modified for new dll import source organisation by Greg.
authorJack Jansen <jack.jansen@cwi.nl>
Fri, 24 Dec 1999 13:41:31 +0000 (13:41 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Fri, 24 Dec 1999 13:41:31 +0000 (13:41 +0000)
Mac/Build/PythonCore.prj
Mac/Build/PythonCoreCFM68K.prj
Mac/Build/PythonCorePPC.prj
Mac/Build/PythonStandSmall.prj
Mac/mwerks/mwerks_shared_config.h
Mac/mwerks/mwerks_small_config.h

index 988e787a3513c5e79e7e1bb14b89a89875c4ac1c..1725a483ba7a2af5b268b37d8d0b22c216d5c9dd 100644 (file)
Binary files a/Mac/Build/PythonCore.prj and b/Mac/Build/PythonCore.prj differ
index 4096bbcdbf70254ec1a2343cdfc43b721a93338f..4d4d27ef2c7b1b87a4af8e5e8d8b394512fb4662 100644 (file)
Binary files a/Mac/Build/PythonCoreCFM68K.prj and b/Mac/Build/PythonCoreCFM68K.prj differ
index c5a550f09a76cf2f009945dd756555f095978380..6181fba248c937825c8031308cf758fbdfcf959f 100644 (file)
Binary files a/Mac/Build/PythonCorePPC.prj and b/Mac/Build/PythonCorePPC.prj differ
index 30a84f7ffa5319654cf8eb3475d04906d4aa6642..02a68254bcdeb56e12807b01ce9e8c9e95c4fb52 100644 (file)
Binary files a/Mac/Build/PythonStandSmall.prj and b/Mac/Build/PythonStandSmall.prj differ
index 9f91f7ea023e16d84082d2f2da3bfe7352dfea91..4662d9b2364d831136509e23c93e7f6d8198e3dd 100644 (file)
@@ -21,7 +21,7 @@
 /* #define MAC_TCL             /* This *must* be on if USE_TK is on */
 #define USE_MAC_SHARED_LIBRARY         /* Enable code to add shared-library resources */
 #define USE_MAC_APPLET_SUPPORT         /* Enable code to run a PYC resource */
-#define USE_MAC_DYNAMIC_LOADING                /* Enable dynamically loaded modules */
+#define HAVE_DYNAMIC_LOADING           /* Enable dynamically loaded modules */
 /* #define USE_MALLOC_DEBUG                    /* Enable range checking and other malloc debugging */
 /* #define USE_GDBM            /* Include the gdbm module */
 /* #define USE_ZLIB            /* Include the zlib module */
index cee8d068f9965340e166b9460eaa11573df6c379..762ef8f1d4a10cb82ed0e5803204137e3cbbeb52 100644 (file)
@@ -19,7 +19,7 @@
 /* #define MAC_TCL                     /* This *must* be on if USE_TK is on */
 /* #define USE_MAC_SHARED_LIBRARY      /* Enable code to add shared-library resources */
 /* #define USE_MAC_APPLET_SUPPORT      /* Enable code to run a PYC resource */
-/* #define USE_MAC_DYNAMIC_LOADING             /* Enable dynamically loaded modules */
+/* #define HAVE_DYNAMIC_LOADING                /* Enable dynamically loaded modules */
 #define USE_MALLOC_DEBUG                       /* Enable range checking and other malloc debugging */
 /* #define USE_GDBM            /* Include the gdbm module */
 /* #define USE_ZLIB            /* Include the zlib module */