Преглед на файлове

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)