未验证 提交 364a223f 编写于 作者: B Bernard Xiong 提交者: GitHub

Merge pull request #958 from enkiller/modify_gui_libraries_SConscript

[gui]修改SConscript文件,解决找不到"tjpgd.h"的问题
Import('RTT_ROOT')
Import('rtconfig')
from building import *
import rtconfig
cwd = GetCurrentDir()
src = Split('''
tjpgd.c
''')
CPPPATH = [RTT_ROOT + '/components/external/tjpgd1a']
CPPPATH = [cwd]
group = DefineGroup('RTGUI', src, depend = ['RT_USING_GUIENGINE', 'RTGUI_IMAGE_TJPGD'], CPPPATH = CPPPATH)
Return('group')
Return('group')
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册