clean up code: remove the old file.
This commit is contained in:
parent
03e8d24688
commit
4807145a71
|
@ -33,9 +33,6 @@ objs = PrepareBuilding(env, RTT_ROOT)
|
|||
# STM32 firemare library building script
|
||||
objs = objs + SConscript( GetCurrentDir() + '/Libraries/SConscript', variant_dir='build/bsp/Libraries', duplicate=0)
|
||||
|
||||
if GetDepend('RT_USING_RTGUI'):
|
||||
objs = objs + SConscript(RTT_ROOT + '/examples/gui/SConscript', variant_dir='build/examples/gui', duplicate=0)
|
||||
|
||||
# build program
|
||||
env.Program(TARGET, objs)
|
||||
|
||||
|
|
Loading…
Reference in New Issue