mirror of
https://github.com/python/cpython.git
synced 2025-11-20 10:57:44 +00:00
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.
This commit is contained in:
parent
585c6dcf88
commit
32b2f8222d
2 changed files with 6 additions and 0 deletions
2
Mac/mwerks/mwerks_nonshared_config.h
Normal file
2
Mac/mwerks/mwerks_nonshared_config.h
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
#define HAVE_CONFIG_H
|
||||
#define USE_STDWIN
|
||||
4
Mac/mwerks/mwerks_shared_config.h
Normal file
4
Mac/mwerks/mwerks_shared_config.h
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
#define HAVE_CONFIG_H
|
||||
#define USE_STDWIN
|
||||
#define USE_MAC_SHARED_LIBRARY
|
||||
#define USE_MAC_APPLET_SUPPORT
|
||||
Loading…
Add table
Add a link
Reference in a new issue