wscript
changeset 3331 7305032b6100
parent 3293 97c8fa9fa536
child 3406 3efa652c47ef
child 3408 2cc40b3e4fa5
equal deleted inserted replaced
3330:a0536cbdfbb3 3331:7305032b6100
   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