]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
MAde a few things more orthogonal and did some cleanups:
authorJack Jansen <jack.jansen@cwi.nl>
Fri, 24 Feb 1995 22:53:16 +0000 (22:53 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Fri, 24 Feb 1995 22:53:16 +0000 (22:53 +0000)
commit76efd8e7a193d5e17f0f607ec5a2756636f9a9a5
treefbd1495cc56a17715fbf6e8d175bcc7503c6330c
parent397c3fb4d7b0e3bca7471e2f3e166b59d769880f
MAde a few things more orthogonal and did some cleanups:
- Applications now have their (minimal) main prrogram in
  macapplication.c and the rest of the init code in macglue.c.
- A new define, USE_MAC_APPLET_SUPPORT, independent of
  USE_MAC_SHARED_LIB
- chdir to script directory now done in PyMac_InitApplication.
Mac/Modules/config.c
Mac/Python/macapplication.c [new file with mode: 0644]
Mac/Python/macglue.c