From bb9ec274021cb5009d0a0013633da9dd1a473f19 Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Sun, 3 Jan 2010 22:58:04 +0100 Subject: [PATCH] Build only main.c in the progressive midori target --- midori/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/midori/wscript_build b/midori/wscript_build index addb3b2c..ca664c65 100644 --- a/midori/wscript_build +++ b/midori/wscript_build @@ -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']: