summaryrefslogtreecommitdiffstats
path: root/Mac
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>1995-02-24 22:45:45 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>1995-02-24 22:45:45 (GMT)
commit32b2f8222d2fe4a151cbd9b7857a47f292285dbd (patch)
tree312ae82e1565bea93dc49e17bb8e6f24c1f5cc1c /Mac
parent585c6dcf8830b037dfa173521d8957ce75aa6ab9 (diff)
downloadcpython-32b2f8222d2fe4a151cbd9b7857a47f292285dbd.zip
cpython-32b2f8222d2fe4a151cbd9b7857a47f292285dbd.tar.gz
cpython-32b2f8222d2fe4a151cbd9b7857a47f292285dbd.tar.bz2
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.
Diffstat (limited to 'Mac')
-rw-r--r--Mac/mwerks/mwerks_nonshared_config.h2
-rw-r--r--Mac/mwerks/mwerks_shared_config.h4
2 files changed, 6 insertions, 0 deletions
diff --git a/Mac/mwerks/mwerks_nonshared_config.h b/Mac/mwerks/mwerks_nonshared_config.h
new file mode 100644
index 0000000..95ad73b
--- /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 0000000..5d9c6361
--- /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