浏览代码

clean up code: remove the old file.

aozima 12 年之前
父节点
当前提交
4807145a71
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      bsp/stm32f10x/SConstruct

+ 0 - 3
bsp/stm32f10x/SConstruct

@@ -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)