]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Rationalized mwerks config files: they only differ depending on
authorJack Jansen <jack.jansen@cwi.nl>
Fri, 24 Feb 1995 22:45:45 +0000 (22:45 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Fri, 24 Feb 1995 22:45:45 +0000 (22:45 +0000)
whether there is shared library support. Libraries, applets and
applications are distinguished by the sources they include.

Mac/mwerks/mwerks_nonshared_config.h [new file with mode: 0644]
Mac/mwerks/mwerks_shared_config.h [new file with mode: 0644]

diff --git a/Mac/mwerks/mwerks_nonshared_config.h b/Mac/mwerks/mwerks_nonshared_config.h
new file mode 100644 (file)
index 0000000..95ad73b
--- /dev/null
@@ -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 (file)
index 0000000..5d9c636
--- /dev/null
@@ -0,0 +1,4 @@
+#define HAVE_CONFIG_H
+#define USE_STDWIN
+#define USE_MAC_SHARED_LIBRARY
+#define USE_MAC_APPLET_SUPPORT