-
-
Notifications
You must be signed in to change notification settings - Fork 725
工程目录结构
ruki edited this page Aug 8, 2014
·
2 revisions
- src/tbox:tbox库源码目录
- src/demo:demo测试用例代码目录
- plat:平台配置目录,config.h为代码配置文件,config.mak为编译配置文件,prefix.mak为编译器参数配置文件
- inc:搜索依赖的头文件目录
- lib:依赖的需要额外链接的库目录
- pre:头文件和库文件的安装目录
- bin:所有编译生成文件的安装目录
- tool:各种脚本工具目录
- res:各种资源文件目录
- doc:文档目录