mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
An interface to the LaunchServices API.
This commit is contained in:
parent
148eb6a6b6
commit
7d0a609e6f
5 changed files with 650 additions and 0 deletions
2
setup.py
2
setup.py
|
@ -828,6 +828,8 @@ class PyBuildExt(build_ext):
|
|||
extra_link_args=['-framework', 'Carbon']) )
|
||||
exts.append( Extension('_IBCarbon', ['ibcarbon/_IBCarbon.c'],
|
||||
extra_link_args=['-framework', 'Carbon']) )
|
||||
exts.append( Extension('_Launch', ['launch/_Launchmodule.c'],
|
||||
extra_link_args=['-framework', 'ApplicationServices']) )
|
||||
exts.append( Extension('_List', ['list/_Listmodule.c'],
|
||||
extra_link_args=['-framework', 'Carbon']) )
|
||||
exts.append( Extension('_Menu', ['menu/_Menumodule.c'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue