Build only main.c in the progressive midori target
This commit is contained in:
parent
bebacc8565
commit
bb9ec27402
1 changed files with 1 additions and 1 deletions
|
@ -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']:
|
||||
|
|
Loading…
Reference in a new issue