git-svn-id: https://rt-thread.googlecode.com/svn/trunk@263 bbd45198-f89e-11dd-88c7-29a3b14d5316

This commit is contained in:
aganhx@gmail.com
2009-12-30 12:30:13 +00:00
parent 089427d9c5
commit de899dfc52
5 changed files with 298 additions and 1 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ if rtconfig.RT_USING_RTGUI:
src_drv += ['lcd.c']
if rtconfig.RT_USING_DEMO_GUI:
src_drv += ['demo_gui.c']
src_drv += ['gui_init.c','demo_gui.c','info.c']
objs = objs + env.Object(src_bsp + src_drv)