mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-06-21 23:32:24 +08:00
update tetris module
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@930 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
@@ -11,7 +11,7 @@ group = {}
|
||||
group['name'] = 'examples'
|
||||
group['src'] = Glob('*.c')
|
||||
group['CCFLAGS'] = ''
|
||||
group['CPPPATH'] = ['']
|
||||
group['CPPPATH'] = [RTT_ROOT + '/include', RTT_ROOT + '/components/module']
|
||||
group['CPPDEFINES'] = ''
|
||||
|
||||
target = 'basicapp.so'
|
||||
|
||||
Reference in New Issue
Block a user