mirror of https://github.com/python/cpython
Waste needs the ICProgKit API.
This commit is contained in:
parent
441dea5f32
commit
0e1c24ab89
|
@ -118,7 +118,9 @@ def genallprojects(force=0):
|
|||
'WETabs.c',
|
||||
'WETabHooks.c'],
|
||||
libraries=['DragLib'],
|
||||
extradirs=['::::Waste 1.3 Distribution:*']
|
||||
extradirs=[
|
||||
'::::Waste 1.3 Distribution:*',
|
||||
'::::ICProgKit1.4:APIs']
|
||||
)
|
||||
genpluginproject("ctb")
|
||||
genpluginproject("icglue", sources=["icgluemodule.c"],
|
||||
|
|
Loading…
Reference in New Issue