jtccr: fix cfg for extra_modules / single_module
This commit is contained in:
parent
ee31f8fb45
commit
3e26dd49d0
@ -27,73 +27,73 @@ Mod('jtccr',
|
||||
'frappy_psi.sea.SeaWritable', '',
|
||||
io='sea_main',
|
||||
sea_object='jtccr',
|
||||
extra_modules=['v1,v2,v3,v4,v5,v6,v7,v8,v9,v10,vm'],
|
||||
extra_modules=['v1','v2','v3','v4','v5','v6','v7','v8','v9','v10','vm'],
|
||||
)
|
||||
|
||||
Mod('v1',
|
||||
'frappy_psi.sea.SeaWritable', '',
|
||||
io='sea_main',
|
||||
single_module=['jtccr.v1'],
|
||||
single_module='jtccr.v1',
|
||||
)
|
||||
|
||||
Mod('v2',
|
||||
'frappy_psi.sea.SeaWritable', '',
|
||||
io='sea_main',
|
||||
single_module=['jtccr.v2'],
|
||||
single_module='jtccr.v2',
|
||||
)
|
||||
|
||||
Mod('v3',
|
||||
'frappy_psi.sea.SeaWritable', '',
|
||||
io='sea_main',
|
||||
single_module=['jtccr.v3'],
|
||||
single_module='jtccr.v3',
|
||||
)
|
||||
|
||||
Mod('v4',
|
||||
'frappy_psi.sea.SeaWritable', '',
|
||||
io='sea_main',
|
||||
single_module=['jtccr.v4'],
|
||||
single_module='jtccr.v4',
|
||||
)
|
||||
|
||||
Mod('v5',
|
||||
'frappy_psi.sea.SeaWritable', '',
|
||||
io='sea_main',
|
||||
single_module=['jtccr.v5'],
|
||||
single_module='jtccr.v5',
|
||||
)
|
||||
|
||||
Mod('v6',
|
||||
'frappy_psi.sea.SeaWritable', '',
|
||||
io='sea_main',
|
||||
single_module=['jtccr.v6'],
|
||||
single_module='jtccr.v6',
|
||||
)
|
||||
|
||||
Mod('v7',
|
||||
'frappy_psi.sea.SeaWritable', '',
|
||||
io='sea_main',
|
||||
single_module=['jtccr.v7'],
|
||||
single_module='jtccr.v7',
|
||||
)
|
||||
|
||||
Mod('v8',
|
||||
'frappy_psi.sea.SeaWritable', '',
|
||||
io='sea_main',
|
||||
single_module=['jtccr.v8'],
|
||||
single_module='jtccr.v8',
|
||||
)
|
||||
|
||||
Mod('v9',
|
||||
'frappy_psi.sea.SeaWritable', '',
|
||||
io='sea_main',
|
||||
single_module=['jtccr.v9'],
|
||||
single_module='jtccr.v9',
|
||||
)
|
||||
|
||||
Mod('v10',
|
||||
'frappy_psi.sea.SeaWritable', '',
|
||||
io='sea_main',
|
||||
single_module=['jtccr.v10'],
|
||||
single_module='jtccr.v10',
|
||||
)
|
||||
|
||||
Mod('vm',
|
||||
'frappy_psi.sea.SeaWritable', '',
|
||||
io='sea_main',
|
||||
single_module=['jtccr.vm'],
|
||||
single_module='jtccr.vm',
|
||||
)
|
||||
|
||||
Mod('p1',
|
||||
|
Loading…
x
Reference in New Issue
Block a user