OTHER: Use a iterator class for loading skins
This commit is contained in:
parent
2e02c96263
commit
389b847426
8 changed files with 333 additions and 32 deletions
5
wscript
5
wscript
|
|
@ -4,7 +4,7 @@
|
|||
"""
|
||||
This file is a part of Promoe, an XMMS2 Client
|
||||
|
||||
Copyright (C) 2009 XMMS2 Team
|
||||
Copyright (C) 2009-2010 XMMS2 Team
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions
|
||||
|
|
@ -46,6 +46,7 @@ def set_options(opt):
|
|||
opt.tool_options('qt4')
|
||||
|
||||
opt.sub_options('backend_xmmsclient++')
|
||||
opt.sub_options('dir_iterator')
|
||||
opt.sub_options('data')
|
||||
opt.sub_options('src')
|
||||
|
||||
|
|
@ -67,6 +68,7 @@ def configure(conf):
|
|||
|
||||
|
||||
conf.sub_config('backend_xmmsclient++')
|
||||
conf.sub_config('dir_iterator')
|
||||
conf.sub_config('data')
|
||||
conf.sub_config('src')
|
||||
|
||||
|
|
@ -77,6 +79,7 @@ def configure(conf):
|
|||
|
||||
def build(bld):
|
||||
bld.add_subdirs('backend_xmmsclient++')
|
||||
bld.add_subdirs('dir_iterator')
|
||||
bld.add_subdirs('data')
|
||||
bld.add_subdirs('src')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue