看了网上的2个帖子,并实践了下。
KEIL的多工程多目标 ----- 对于整合有参考意义
https:
//www.cnblogs.com/jieruishu/p/9798830.html
Keil使用命令行附加预定义宏编译
https:
//blog.csdn.net/feihe0755/article/details/127329778
实际中添加了一个编译中,并在代码中用
#if defined(宏名字)
//do something
#endif
可以编译、验证。
阅读(272) | 评论(0) | 转发(0) |