mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-30 16:30:27 +08:00
git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1001 bbd45198-f89e-11dd-88c7-29a3b14d5316
This commit is contained in:
parent
bd144ed23a
commit
aad58f3567
@ -28,6 +28,6 @@ if 'RT_USING_RTGUI' in dir(rtconfig) and rtconfig.RT_USING_RTGUI:
|
||||
objs = objs + SConscript('rtgui/SConscript')
|
||||
|
||||
if 'RT_USING_FTK' in dir(rtconfig) and rtconfig.RT_USING_FTK:
|
||||
objs = objs + SConscript('external/ftk/src/os/rt-thread/SConscript')
|
||||
objs = objs + SConscript('external/ftk/ftk/src/os/rt-thread/SConscript')
|
||||
|
||||
Return('objs')
|
||||
|
14
components/external/FTK_ReadMe.txt
vendored
14
components/external/FTK_ReadMe.txt
vendored
@ -1,14 +0,0 @@
|
||||
|
||||
1). remove hidden directory "./ftk/.svn"
|
||||
|
||||
2). svn checkout http://ftk.googlecode.com/svn/trunk/ ftk
|
||||
|
||||
3). create a directory name "ftk" in your sd card
|
||||
|
||||
4). copy directory "./ftk/data", "./ftk/theme", "./ftk/testdata" to directory "ftk" which in your sd card
|
||||
|
||||
5). make sure RT_USING_FTK is defined and RT_USING_RTGUI is undefined
|
||||
|
||||
6). compile it
|
||||
|
||||
Jiao JinXing <jiaojinxing1987@gmail.com>
|
Loading…
x
Reference in New Issue
Block a user