Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 2053a0d9eaaf755b990f80ce4df504a7 > files > 403

waf-1.5.9-1mdv2010.0.noarch.rpm

#! /usr/bin/env python
# encoding: utf-8
# Jaap Haitsma, 2008

obj = bld.new_task_gen(
	features = 'cc cprogram',
	packages = 'gtk+-2.0',
	target = 'vala-gtk-example',
	uselib = 'GTK GLIB',
	)

#obj.source='vala-gtk-example.vala'
obj.find_sources_in_dirs('.') # take the sources in the current folder