update SConstruct.
This commit is contained in:
parent
5779f0abf0
commit
8711a0c986
|
@ -34,8 +34,5 @@ if GetDepend('RT_USING_RTGUI'):
|
||||||
# libc testsuite
|
# libc testsuite
|
||||||
objs = objs + SConscript(RTT_ROOT + '/examples/libc/SConscript', variant_dir='build/examples/libc', duplicate=0)
|
objs = objs + SConscript(RTT_ROOT + '/examples/libc/SConscript', variant_dir='build/examples/libc', duplicate=0)
|
||||||
|
|
||||||
# build program
|
# make a building
|
||||||
env.Program(TARGET, objs)
|
DoBuilding(TARGET, objs)
|
||||||
|
|
||||||
# end building
|
|
||||||
EndBuilding(TARGET)
|
|
||||||
|
|
|
@ -28,8 +28,5 @@ objs = PrepareBuilding(env, RTT_ROOT)
|
||||||
# AVR32 software framework building script
|
# AVR32 software framework building script
|
||||||
objs = objs + SConscript(RTT_ROOT + '/bsp/avr32uc3b0/SOFTWARE_FRAMEWORK/SConscript', variant_dir='bsp/SOFTWARE_FRAMEWORK', duplicate=0)
|
objs = objs + SConscript(RTT_ROOT + '/bsp/avr32uc3b0/SOFTWARE_FRAMEWORK/SConscript', variant_dir='bsp/SOFTWARE_FRAMEWORK', duplicate=0)
|
||||||
|
|
||||||
# build program
|
# make a building
|
||||||
env.Program(TARGET, objs)
|
DoBuilding(TARGET, objs)
|
||||||
|
|
||||||
# end building
|
|
||||||
EndBuilding(TARGET)
|
|
||||||
|
|
|
@ -25,8 +25,5 @@ Export('rtconfig')
|
||||||
# prepare building environment
|
# prepare building environment
|
||||||
objs = PrepareBuilding(env, RTT_ROOT)
|
objs = PrepareBuilding(env, RTT_ROOT)
|
||||||
|
|
||||||
# build program
|
# make a building
|
||||||
env.Program(TARGET, objs)
|
DoBuilding(TARGET, objs)
|
||||||
|
|
||||||
# end building
|
|
||||||
EndBuilding(TARGET)
|
|
||||||
|
|
|
@ -31,8 +31,5 @@ objs = objs + SConscript(RTT_ROOT + '/bsp/efm32/EFM32GG_DK3750/SConscript', vari
|
||||||
objs = objs + SConscript(RTT_ROOT + '/bsp/efm32/graphics/SConscript', variant_dir='build/graphics', duplicate=0)
|
objs = objs + SConscript(RTT_ROOT + '/bsp/efm32/graphics/SConscript', variant_dir='build/graphics', duplicate=0)
|
||||||
objs = objs + SConscript(RTT_ROOT + '/bsp/efm32/Libraries/SConscript', variant_dir='build/Libraries', duplicate=0)
|
objs = objs + SConscript(RTT_ROOT + '/bsp/efm32/Libraries/SConscript', variant_dir='build/Libraries', duplicate=0)
|
||||||
|
|
||||||
# build program
|
# make a building
|
||||||
env.Program(TARGET, objs)
|
DoBuilding(TARGET, objs)
|
||||||
|
|
||||||
# end building
|
|
||||||
EndBuilding(TARGET)
|
|
||||||
|
|
|
@ -25,8 +25,5 @@ Export('rtconfig')
|
||||||
# prepare building environment
|
# prepare building environment
|
||||||
objs = PrepareBuilding(env, RTT_ROOT)
|
objs = PrepareBuilding(env, RTT_ROOT)
|
||||||
|
|
||||||
# build program
|
# make a building
|
||||||
env.Program(TARGET, objs)
|
DoBuilding(TARGET, objs)
|
||||||
|
|
||||||
# end building
|
|
||||||
EndBuilding(TARGET)
|
|
||||||
|
|
|
@ -25,7 +25,5 @@ Export('rtconfig')
|
||||||
# prepare building environment
|
# prepare building environment
|
||||||
objs = PrepareBuilding(env, RTT_ROOT, has_libcpu=False)
|
objs = PrepareBuilding(env, RTT_ROOT, has_libcpu=False)
|
||||||
|
|
||||||
env.Program(TARGET, objs)
|
# make a building
|
||||||
|
DoBuilding(TARGET, objs)
|
||||||
# end building
|
|
||||||
EndBuilding(TARGET)
|
|
||||||
|
|
|
@ -25,8 +25,5 @@ Export('rtconfig')
|
||||||
# prepare building environment
|
# prepare building environment
|
||||||
objs = PrepareBuilding(env, RTT_ROOT, has_libcpu=False)
|
objs = PrepareBuilding(env, RTT_ROOT, has_libcpu=False)
|
||||||
|
|
||||||
# build program
|
# make a building
|
||||||
env.Program(TARGET, objs)
|
DoBuilding(TARGET, objs)
|
||||||
|
|
||||||
# end building
|
|
||||||
EndBuilding(TARGET)
|
|
||||||
|
|
|
@ -25,8 +25,5 @@ Export('rtconfig')
|
||||||
# prepare building environment
|
# prepare building environment
|
||||||
objs = PrepareBuilding(env, RTT_ROOT, has_libcpu=False)
|
objs = PrepareBuilding(env, RTT_ROOT, has_libcpu=False)
|
||||||
|
|
||||||
# build program
|
# make a building
|
||||||
env.Program(TARGET, objs)
|
DoBuilding(TARGET, objs)
|
||||||
|
|
||||||
# end building
|
|
||||||
EndBuilding(TARGET)
|
|
||||||
|
|
|
@ -28,8 +28,5 @@ objs = PrepareBuilding(env, RTT_ROOT)
|
||||||
if GetDepend('RT_USING_RTGUI'):
|
if GetDepend('RT_USING_RTGUI'):
|
||||||
objs = objs + SConscript(RTT_ROOT + '/examples/gui/SConscript', variant_dir='build/examples/gui', duplicate=0)
|
objs = objs + SConscript(RTT_ROOT + '/examples/gui/SConscript', variant_dir='build/examples/gui', duplicate=0)
|
||||||
|
|
||||||
# build program
|
# make a building
|
||||||
env.Program(TARGET, objs)
|
DoBuilding(TARGET, objs)
|
||||||
|
|
||||||
# end building
|
|
||||||
EndBuilding(TARGET)
|
|
||||||
|
|
|
@ -25,8 +25,5 @@ Export('rtconfig')
|
||||||
# prepare building environment
|
# prepare building environment
|
||||||
objs = PrepareBuilding(env, RTT_ROOT, has_libcpu=False)
|
objs = PrepareBuilding(env, RTT_ROOT, has_libcpu=False)
|
||||||
|
|
||||||
# build program
|
# make a building
|
||||||
env.Program(TARGET, objs)
|
DoBuilding(TARGET, objs)
|
||||||
|
|
||||||
# end building
|
|
||||||
EndBuilding(TARGET)
|
|
||||||
|
|
|
@ -25,8 +25,5 @@ Export('rtconfig')
|
||||||
# prepare building environment
|
# prepare building environment
|
||||||
objs = PrepareBuilding(env, RTT_ROOT, has_libcpu=False)
|
objs = PrepareBuilding(env, RTT_ROOT, has_libcpu=False)
|
||||||
|
|
||||||
# build program
|
# make a building
|
||||||
env.Program(TARGET, objs)
|
DoBuilding(TARGET, objs)
|
||||||
|
|
||||||
# end building
|
|
||||||
EndBuilding(TARGET)
|
|
||||||
|
|
|
@ -28,8 +28,5 @@ objs = PrepareBuilding(env, RTT_ROOT)
|
||||||
if GetDepend('RT_USING_RTGUI'):
|
if GetDepend('RT_USING_RTGUI'):
|
||||||
objs = objs + SConscript(RTT_ROOT + '/examples/gui/SConscript', variant_dir='build/examples/gui', duplicate=0)
|
objs = objs + SConscript(RTT_ROOT + '/examples/gui/SConscript', variant_dir='build/examples/gui', duplicate=0)
|
||||||
|
|
||||||
# build program
|
# make a building
|
||||||
env.Program(TARGET, objs)
|
DoBuilding(TARGET, objs)
|
||||||
|
|
||||||
# end building
|
|
||||||
EndBuilding(TARGET)
|
|
||||||
|
|
|
@ -39,8 +39,5 @@ if GetDepend('RT_USING_RTGUI'):
|
||||||
# libc testsuite
|
# libc testsuite
|
||||||
# objs = objs + SConscript(RTT_ROOT + '/examples/libc/SConscript', variant_dir='build/examples/libc', duplicate=0)
|
# objs = objs + SConscript(RTT_ROOT + '/examples/libc/SConscript', variant_dir='build/examples/libc', duplicate=0)
|
||||||
|
|
||||||
# build program
|
# make a building
|
||||||
env.Program(TARGET, objs)
|
DoBuilding(TARGET, objs)
|
||||||
|
|
||||||
# end building
|
|
||||||
EndBuilding(TARGET)
|
|
||||||
|
|
|
@ -32,8 +32,5 @@ objs = PrepareBuilding(env, RTT_ROOT)
|
||||||
|
|
||||||
objs = objs + SConscript('CMSIS/SConscript', variant_dir='build/bsp/CMSIS', duplicate=0)
|
objs = objs + SConscript('CMSIS/SConscript', variant_dir='build/bsp/CMSIS', duplicate=0)
|
||||||
|
|
||||||
# build program
|
# make a building
|
||||||
env.Program(TARGET, objs)
|
DoBuilding(TARGET, objs)
|
||||||
|
|
||||||
# end building
|
|
||||||
EndBuilding(TARGET)
|
|
||||||
|
|
|
@ -30,8 +30,5 @@ Export('rtconfig')
|
||||||
# prepare building environment
|
# prepare building environment
|
||||||
objs = PrepareBuilding(env, RTT_ROOT)
|
objs = PrepareBuilding(env, RTT_ROOT)
|
||||||
|
|
||||||
# build program
|
# make a building
|
||||||
env.Program(TARGET, objs)
|
DoBuilding(TARGET, objs)
|
||||||
|
|
||||||
# end building
|
|
||||||
EndBuilding(TARGET)
|
|
||||||
|
|
|
@ -32,8 +32,5 @@ if GetDepend('RT_USING_RTGUI'):
|
||||||
# libc testsuite
|
# libc testsuite
|
||||||
# objs = objs + SConscript(RTT_ROOT + '/examples/libc/SConscript', variant_dir='build/examples/libc', duplicate=0)
|
# objs = objs + SConscript(RTT_ROOT + '/examples/libc/SConscript', variant_dir='build/examples/libc', duplicate=0)
|
||||||
|
|
||||||
# build program
|
# make a building
|
||||||
env.Program(TARGET, objs)
|
DoBuilding(TARGET, objs)
|
||||||
|
|
||||||
# end building
|
|
||||||
EndBuilding(TARGET)
|
|
||||||
|
|
|
@ -25,8 +25,5 @@ Export('rtconfig')
|
||||||
# prepare building environment
|
# prepare building environment
|
||||||
objs = PrepareBuilding(env, RTT_ROOT)
|
objs = PrepareBuilding(env, RTT_ROOT)
|
||||||
|
|
||||||
# build program
|
# make a building
|
||||||
env.Program(TARGET, objs)
|
DoBuilding(TARGET, objs)
|
||||||
|
|
||||||
# end building
|
|
||||||
EndBuilding(TARGET)
|
|
||||||
|
|
|
@ -30,8 +30,5 @@ objs = PrepareBuilding(env, RTT_ROOT)
|
||||||
# kernel testsuite
|
# kernel testsuite
|
||||||
#objs = objs + SConscript(RTT_ROOT + '/examples/kernel/SConscript', variant_dir='build/examples/kernel', duplicate=0)
|
#objs = objs + SConscript(RTT_ROOT + '/examples/kernel/SConscript', variant_dir='build/examples/kernel', duplicate=0)
|
||||||
|
|
||||||
# build program
|
# make a building
|
||||||
env.Program(TARGET, objs)
|
DoBuilding(TARGET, objs)
|
||||||
|
|
||||||
# end building
|
|
||||||
EndBuilding(TARGET)
|
|
||||||
|
|
|
@ -30,8 +30,5 @@ Export('rtconfig')
|
||||||
# prepare building environment
|
# prepare building environment
|
||||||
objs = PrepareBuilding(env, RTT_ROOT, has_libcpu=False)
|
objs = PrepareBuilding(env, RTT_ROOT, has_libcpu=False)
|
||||||
|
|
||||||
# build program
|
# make a building
|
||||||
env.Program(TARGET, objs)
|
DoBuilding(TARGET, objs)
|
||||||
|
|
||||||
# end building
|
|
||||||
EndBuilding(TARGET)
|
|
||||||
|
|
|
@ -33,8 +33,5 @@ objs = PrepareBuilding(env, RTT_ROOT)
|
||||||
# STM32 firemare library building script
|
# STM32 firemare library building script
|
||||||
objs = objs + SConscript( GetCurrentDir() + '/Libraries/SConscript', variant_dir='build/bsp/Libraries', duplicate=0)
|
objs = objs + SConscript( GetCurrentDir() + '/Libraries/SConscript', variant_dir='build/bsp/Libraries', duplicate=0)
|
||||||
|
|
||||||
# build program
|
# make a building
|
||||||
env.Program(TARGET, objs)
|
DoBuilding(TARGET, objs)
|
||||||
|
|
||||||
# end building
|
|
||||||
EndBuilding(TARGET)
|
|
||||||
|
|
|
@ -30,8 +30,5 @@ Export('rtconfig')
|
||||||
# prepare building environment
|
# prepare building environment
|
||||||
objs = PrepareBuilding(env, RTT_ROOT, has_libcpu=False)
|
objs = PrepareBuilding(env, RTT_ROOT, has_libcpu=False)
|
||||||
|
|
||||||
# build program
|
# make a building
|
||||||
env.Program(TARGET, objs)
|
DoBuilding(TARGET, objs)
|
||||||
|
|
||||||
# end building
|
|
||||||
EndBuilding(TARGET)
|
|
||||||
|
|
|
@ -30,8 +30,5 @@ Export('rtconfig')
|
||||||
# prepare building environment
|
# prepare building environment
|
||||||
objs = PrepareBuilding(env, RTT_ROOT, has_libcpu=False)
|
objs = PrepareBuilding(env, RTT_ROOT, has_libcpu=False)
|
||||||
|
|
||||||
# build program
|
# make a building
|
||||||
env.Program(TARGET, objs)
|
DoBuilding(TARGET, objs)
|
||||||
|
|
||||||
# end building
|
|
||||||
EndBuilding(TARGET)
|
|
||||||
|
|
|
@ -30,8 +30,5 @@ Export('rtconfig')
|
||||||
# prepare building environment
|
# prepare building environment
|
||||||
objs = PrepareBuilding(env, RTT_ROOT)
|
objs = PrepareBuilding(env, RTT_ROOT)
|
||||||
|
|
||||||
# build program
|
# make a building
|
||||||
env.Program(TARGET, objs)
|
DoBuilding(TARGET, objs)
|
||||||
|
|
||||||
# end building
|
|
||||||
EndBuilding(TARGET)
|
|
||||||
|
|
|
@ -25,8 +25,5 @@ Export('rtconfig')
|
||||||
# prepare building environment
|
# prepare building environment
|
||||||
objs = PrepareBuilding(env, RTT_ROOT)
|
objs = PrepareBuilding(env, RTT_ROOT)
|
||||||
|
|
||||||
# build program
|
# make a building
|
||||||
env.Program(TARGET, objs)
|
DoBuilding(TARGET, objs)
|
||||||
|
|
||||||
# end building
|
|
||||||
EndBuilding(TARGET)
|
|
||||||
|
|
|
@ -30,8 +30,5 @@ Export('rtconfig')
|
||||||
# prepare building environment
|
# prepare building environment
|
||||||
objs = PrepareBuilding(env, RTT_ROOT, has_libcpu=False)
|
objs = PrepareBuilding(env, RTT_ROOT, has_libcpu=False)
|
||||||
|
|
||||||
# build program
|
# make a building
|
||||||
env.Program(TARGET, objs)
|
DoBuilding(TARGET, objs)
|
||||||
|
|
||||||
# end building
|
|
||||||
EndBuilding(TARGET)
|
|
||||||
|
|
Loading…
Reference in New Issue