summaryrefslogtreecommitdiffstats
path: root/Mac/mwerks
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>1995-02-13 11:37:31 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>1995-02-13 11:37:31 (GMT)
commitc6647c607995a4bbf729575161c721c1f89e51b4 (patch)
tree267875e1f09fe65ffb947528df6504efc515cc13 /Mac/mwerks
parent0f6ca80e7111a378d990c86d239423a5383d7178 (diff)
downloadcpython-c6647c607995a4bbf729575161c721c1f89e51b4.zip
cpython-c6647c607995a4bbf729575161c721c1f89e51b4.tar.gz
cpython-c6647c607995a4bbf729575161c721c1f89e51b4.tar.bz2
Mwerks header files for shared python and the applet template
Diffstat (limited to 'Mac/mwerks')
-rw-r--r--Mac/mwerks/mwerks_applet_config.h4
-rw-r--r--Mac/mwerks/mwerks_shlib_config.h3
2 files changed, 7 insertions, 0 deletions
diff --git a/Mac/mwerks/mwerks_applet_config.h b/Mac/mwerks/mwerks_applet_config.h
new file mode 100644
index 0000000..269cb4f
--- /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 0000000..5f060ad
--- /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