update tetris module

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@930 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
qiuyiuestc
2010-09-23 11:03:09 +00:00
parent 3013432806
commit e8db9d735b
7 changed files with 17 additions and 24 deletions

View File

@@ -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)