equal
deleted
inserted
replaced
302 raise SystemExit(0) |
302 raise SystemExit(0) |
303 |
303 |
304 print "Entering directory `%s'" % os.path.join(Params.g_build.m_curdirnode.abspath(), 'build') |
304 print "Entering directory `%s'" % os.path.join(Params.g_build.m_curdirnode.abspath(), 'build') |
305 # process subfolders from here |
305 # process subfolders from here |
306 bld.add_subdirs('src') |
306 bld.add_subdirs('src') |
307 bld.add_subdirs('samples utils examples tutorial') |
307 bld.add_subdirs('samples utils examples') |
308 |
308 |
309 add_scratch_programs(bld) |
309 add_scratch_programs(bld) |
310 |
310 |
311 ## if --enabled-modules option was given, we disable building the |
311 ## if --enabled-modules option was given, we disable building the |
312 ## modules that were not enabled, and programs that depend on |
312 ## modules that were not enabled, and programs that depend on |