OTHER: rename 'lib' directory to 'backend_xmmsclient++'
I plan to replace the boost based c++ bindings with native Qt based bindings in the long run The currently there is libxmms2qt, but tru stated working on bindings based on genipc
This commit is contained in:
parent
f524eb5d2d
commit
0e8e5c69a6
22 changed files with 5 additions and 5 deletions
6
wscript
6
wscript
|
|
@ -45,7 +45,7 @@ def set_options(opt):
|
|||
opt.tool_options('gnu_dirs')
|
||||
opt.tool_options('qt4')
|
||||
|
||||
opt.sub_options('lib')
|
||||
opt.sub_options('backend_xmmsclient++')
|
||||
opt.sub_options('data')
|
||||
opt.sub_options('src')
|
||||
|
||||
|
|
@ -66,7 +66,7 @@ def configure(conf):
|
|||
os.path.join(conf.env['PROMOE_DATADIR'], 'skins'))
|
||||
|
||||
|
||||
conf.sub_config('lib')
|
||||
conf.sub_config('backend_xmmsclient++')
|
||||
conf.sub_config('data')
|
||||
conf.sub_config('src')
|
||||
|
||||
|
|
@ -76,7 +76,7 @@ def configure(conf):
|
|||
conf.env.append_value('CPPPATH', os.path.join(conf.blddir, conf.envname))
|
||||
|
||||
def build(bld):
|
||||
bld.add_subdirs('lib')
|
||||
bld.add_subdirs('backend_xmmsclient++')
|
||||
bld.add_subdirs('data')
|
||||
bld.add_subdirs('src')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue