From: Jack Jansen Date: Mon, 13 Feb 1995 11:37:31 +0000 (+0000) Subject: Mwerks header files for shared python and the applet template X-Git-Tag: v1.2b3~21 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c6647c607995a4bbf729575161c721c1f89e51b4;p=thirdparty%2FPython%2Fcpython.git Mwerks header files for shared python and the applet template --- diff --git a/Mac/mwerks/mwerks_applet_config.h b/Mac/mwerks/mwerks_applet_config.h new file mode 100644 index 000000000000..269cb4f097a6 --- /dev/null +++ b/Mac/mwerks/mwerks_applet_config.h @@ -0,0 +1,4 @@ +#define HAVE_CONFIG_H +#define USE_STDWIN +#define BUILD_APPLET_TEMPLATE +#define USE_MAC_SHARED_LIBRARY diff --git a/Mac/mwerks/mwerks_shlib_config.h b/Mac/mwerks/mwerks_shlib_config.h new file mode 100644 index 000000000000..5f060adc4558 --- /dev/null +++ b/Mac/mwerks/mwerks_shlib_config.h @@ -0,0 +1,3 @@ +#define HAVE_CONFIG_H +#define USE_STDWIN +#define USE_MAC_SHARED_LIBRARY