mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-12-25 08:47:16 +00: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:
@@ -18,7 +18,7 @@ group['CPPPATH'] = [RTT_ROOT + '/include',
|
||||
group['CPPDEFINES'] = ''
|
||||
|
||||
target = 'tetris.so'
|
||||
POST_ACTION = RTMLINKER + ' -D 1 -l ' + TARGET + ' -o tetris.mo ' + '$TARGET'
|
||||
POST_ACTION = RTMLINKER + ' -l ' + TARGET + ' -o tetris.mo ' + '$TARGET'
|
||||
|
||||
# add group to project list
|
||||
projects.append(group)
|
||||
|
||||
Reference in New Issue
Block a user