]> granicus.if.org Git - python/commit
Split macglue.c into two: a new mactoolboxglue.c (in ./Python)
authorJack Jansen <jack.jansen@cwi.nl>
Wed, 8 Aug 2001 13:17:31 +0000 (13:17 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Wed, 8 Aug 2001 13:17:31 +0000 (13:17 +0000)
commit94bebc038159afe1352f18bdda9a0a0fcabe2793
tree8ba6d86201e08802979d8eb9db3d37396a6ea032
parent11d03c57de36e1e5085c706b4e6275baf04a2388
Split macglue.c into two: a new mactoolboxglue.c (in ./Python)
with functionality needed for both unix-Python and MacPython and a
new smaller ./Mac/Python/macglue.c which contains MacPython stuff only.

pymactoolbox.h has moved to ./Include from ./Mac/Include and now also
contains the relevant stuff from macglue.h.

The net effect of this is that the ./Mac subdirectory is not needed
anymore for building the unix-Python core on MacOSX (it is needed
for building the extension modules).
Include/pymactoolbox.h [moved from Mac/Include/pymactoolbox.h with 61% similarity]
Mac/Include/macglue.h
Mac/Python/macglue.c
Python/mactoolboxglue.c [new file with mode: 0644]