Build only main.c in the progressive midori target

This commit is contained in:
Christian Dywan 2010-01-03 22:58:04 +01:00
parent bebacc8565
commit bb9ec27402

View file

@ -22,7 +22,7 @@ if progressive:
obj = bld.new_task_gen ('cc', 'program')
obj.target = 'midori'
obj.includes = '.. ../katze . ../panels'
obj.find_sources_in_dirs ('../katze .')
obj.source = './main.c'
obj.uselib = libs
obj.uselib_local = 'midori-core'
if bld.env['WINRC']: