mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
Waste needs the ICProgKit API.
This commit is contained in:
parent
441dea5f32
commit
0e1c24ab89
1 changed files with 3 additions and 1 deletions
|
@ -118,7 +118,9 @@ def genallprojects(force=0):
|
||||||
'WETabs.c',
|
'WETabs.c',
|
||||||
'WETabHooks.c'],
|
'WETabHooks.c'],
|
||||||
libraries=['DragLib'],
|
libraries=['DragLib'],
|
||||||
extradirs=['::::Waste 1.3 Distribution:*']
|
extradirs=[
|
||||||
|
'::::Waste 1.3 Distribution:*',
|
||||||
|
'::::ICProgKit1.4:APIs']
|
||||||
)
|
)
|
||||||
genpluginproject("ctb")
|
genpluginproject("ctb")
|
||||||
genpluginproject("icglue", sources=["icgluemodule.c"],
|
genpluginproject("icglue", sources=["icgluemodule.c"],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue