[DEV] update next lutin version and debug android play audio

This commit is contained in:
2015-09-24 21:44:04 +02:00
parent 71fc8af983
commit 2b665e9383
6 changed files with 50 additions and 47 deletions

View File

@@ -8,12 +8,12 @@ def get_desc():
def create(target):
myModule = module.Module(__file__, 'orchestra-in', 'BINARY')
my_module = module.Module(__file__, 'orchestra-in', 'BINARY')
myModule.add_src_file([
my_module.add_src_file([
'orchestra-in.cpp'
])
myModule.add_module_depend(['audio-orchestra', 'test-debug'])
return myModule
my_module.add_module_depend(['audio-orchestra', 'test-debug'])
return my_module

View File

@@ -8,12 +8,12 @@ def get_desc():
def create(target):
myModule = module.Module(__file__, 'orchestra-list', 'BINARY')
my_module = module.Module(__file__, 'orchestra-list', 'BINARY')
myModule.add_src_file([
my_module.add_src_file([
'orchestra-list.cpp'
])
myModule.add_module_depend(['audio-orchestra', 'test-debug'])
return myModule
my_module.add_module_depend(['audio-orchestra', 'test-debug'])
return my_module

View File

@@ -8,12 +8,12 @@ def get_desc():
def create(target):
myModule = module.Module(__file__, 'orchestra-out', 'BINARY')
my_module = module.Module(__file__, 'orchestra-out', 'BINARY')
myModule.add_src_file([
my_module.add_src_file([
'orchestra-out.cpp'
])
myModule.add_module_depend(['audio-orchestra', 'test-debug'])
return myModule
my_module.add_module_depend(['audio-orchestra', 'test-debug'])
return my_module