From: Jack Jansen Date: Fri, 24 Feb 1995 22:45:45 +0000 (+0000) Subject: Rationalized mwerks config files: they only differ depending on X-Git-Tag: v1.2b4~171 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=32b2f8222d2fe4a151cbd9b7857a47f292285dbd;p=thirdparty%2FPython%2Fcpython.git Rationalized mwerks config files: they only differ depending on whether there is shared library support. Libraries, applets and applications are distinguished by the sources they include. --- diff --git a/Mac/mwerks/mwerks_nonshared_config.h b/Mac/mwerks/mwerks_nonshared_config.h new file mode 100644 index 000000000000..95ad73b71250 --- /dev/null +++ b/Mac/mwerks/mwerks_nonshared_config.h @@ -0,0 +1,2 @@ +#define HAVE_CONFIG_H +#define USE_STDWIN diff --git a/Mac/mwerks/mwerks_shared_config.h b/Mac/mwerks/mwerks_shared_config.h new file mode 100644 index 000000000000..5d9c636148a4 --- /dev/null +++ b/Mac/mwerks/mwerks_shared_config.h @@ -0,0 +1,4 @@ +#define HAVE_CONFIG_H +#define USE_STDWIN +#define USE_MAC_SHARED_LIBRARY +#define USE_MAC_APPLET_SUPPORT