[gui]remove gui_demo.h

This commit is contained in:
tangyuxin
2017-12-06 21:01:46 +08:00
parent 056ed06310
commit 45a5745acb
3 changed files with 2 additions and 27 deletions

View File

@@ -5,6 +5,6 @@ src = Glob('*.c')
CPPPATH = [cwd]
group = DefineGroup('gui_demo', src, depend = ['RTGUI_USING_DEMO'], CPPPATH = CPPPATH)
group = DefineGroup('gui_demo', src, depend = ['RT_USING_GUIENGINE', 'RTGUI_USING_DEMO'], CPPPATH = CPPPATH)
Return('group')