mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Adding an interface to the high-level Open Scripting Architecture,
by request of Donovan Preston. In return, he promised to use this to create a Python OSA component, which would turn Python into a first-class OSA scripting language (like AppleScript itself).
This commit is contained in:
parent
8850c8785f
commit
fe3fe4adb5
6 changed files with 1595 additions and 0 deletions
2
setup.py
2
setup.py
|
@ -836,6 +836,8 @@ class PyBuildExt(build_ext):
|
|||
extra_link_args=['-framework', 'Carbon']) )
|
||||
exts.append( Extension('_Mlte', ['mlte/_Mltemodule.c'],
|
||||
extra_link_args=['-framework', 'Carbon']) )
|
||||
exts.append( Extension('_OSA', ['osa/_OSAmodule.c'],
|
||||
extra_link_args=['-framework', 'Carbon']) )
|
||||
exts.append( Extension('_Qd', ['qd/_Qdmodule.c'],
|
||||
extra_link_args=['-framework', 'Carbon']) )
|
||||
exts.append( Extension('_Qdoffs', ['qdoffs/_Qdoffsmodule.c'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue