From: Jack Jansen Date: Thu, 7 Mar 1996 15:15:35 +0000 (+0000) Subject: Config files for shared PPC python with GUSI and for _tkinter plugin X-Git-Tag: v1.4b1~302 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3fff8c43fbcd582d895b2b9d69ce5462523115e4;p=thirdparty%2FPython%2Fcpython.git Config files for shared PPC python with GUSI and for _tkinter plugin module. --- diff --git a/Mac/mwerks/mwerks_tkplugin_config.h b/Mac/mwerks/mwerks_tkplugin_config.h new file mode 100644 index 000000000000..81cd9e8b313c --- /dev/null +++ b/Mac/mwerks/mwerks_tkplugin_config.h @@ -0,0 +1,4 @@ +#define HAVE_CONFIG_H +#define USE_TK +#define MAC_TCL +#define USE_GUSI diff --git a/Mac/mwerks/old/mwerks_shgusi_config.h b/Mac/mwerks/old/mwerks_shgusi_config.h new file mode 100644 index 000000000000..e6fb8c9653f5 --- /dev/null +++ b/Mac/mwerks/old/mwerks_shgusi_config.h @@ -0,0 +1,5 @@ +#define HAVE_CONFIG_H +#define USE_MAC_SHARED_LIBRARY +#define USE_MAC_DYNAMIC_LOADING +#define USE_MAC_APPLET_SUPPORT +#define USE_GUSI