from building import *
import os

objs=[]
objs += SConscript('Source/SConscript')
objs += SConscript('Source/portable/SConscript')
Return('objs')
