~people-project/people-core/deep-refactoring

« back to all changes in this revision

Viewing changes to libs/utils/wscript

  • Committer: Ali Sabil
  • Date: 2008-10-19 12:09:23 UTC
  • mto: This revision was merged to the branch mainline in revision 337.
  • Revision ID: ali.sabil@gmail.com-20081019120923-m928hey87d4xctqb
- Updated waf to trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/usr/bin/env python
2
2
 
3
3
def build(bld):
4
 
        lib = bld.create_obj('cc', 'staticlib')
 
4
        lib = bld.new_task_gen('cc', 'staticlib')
5
5
        lib.name = 'people-utils.static'
6
6
        lib.target = 'people-utils'
7
7
        lib.source = '''async-operation.vala