mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-02-11 08:12:48 +00:00
[gui]remove gui_demo.h
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user