mirror of
https://github.com/python/cpython.git
synced 2025-07-19 01:05:26 +00:00
Got angry and added support for pretty much the whole file and folder
manager. This should allow us the get rid of most of the FSSpecs, only navigation services remains to be done.
This commit is contained in:
parent
a191befb2d
commit
e2ba87396c
11 changed files with 2761 additions and 0 deletions
4
setup.py
4
setup.py
|
@ -745,6 +745,10 @@ class PyBuildExt(build_ext):
|
|||
extra_link_args=['-framework', 'Carbon']) )
|
||||
exts.append( Extension('_Evt', ['evt/_Evtmodule.c'],
|
||||
extra_link_args=['-framework', 'Carbon']) )
|
||||
exts.append( Extension('_File', ['file/_Filemodule.c'],
|
||||
extra_link_args=['-framework', 'Carbon']) )
|
||||
exts.append( Extension('_Folder', ['folder/_Foldermodule.c'],
|
||||
extra_link_args=['-framework', 'Carbon']) )
|
||||
exts.append( Extension('_Fm', ['fm/_Fmmodule.c'],
|
||||
extra_link_args=['-framework', 'Carbon']) )
|
||||
exts.append( Extension('_Help', ['help/_Helpmodule.c'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue