]> spindle.queued.net Git - midori/commitdiff
Build only main.c in the progressive midori target
authorChristian Dywan <christian@twotoasts.de>
Sun, 3 Jan 2010 21:58:04 +0000 (22:58 +0100)
committerChristian Dywan <christian@twotoasts.de>
Sun, 3 Jan 2010 21:58:04 +0000 (22:58 +0100)
midori/wscript_build

index addb3b2cf6045c0e95b0cd659092e8150620a750..ca664c656bb576493f8129c65b52cebc596a9123 100644 (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']: