文章分类 -  编译

摘要:这个”陷阱”的说法有点吹毛求疵,ACE提供了一种很前卫的Makefile方式,他定义了Makefile的基础变量,以及包括规则。如果使用他来辅助Makefile的书写,特别是在跨平台开发中,你可以大大节省Makefile开发时间。 BIN = hello_ace BUILD = $(VBIN) SR 阅读全文
posted @ 2020-04-28 15:50 soqu36 阅读(205) 评论(0) 推荐(0)
摘要:转载:https://blog.csdn.net/weixin_38391755/article/details/80380786(感谢整理)转载自:http://blog.csdn.net/haoel/article/details/2886(感谢原创作者的创作) MakeFile很重要 什么是m 阅读全文
posted @ 2020-04-28 15:46 soqu36 阅读(414) 评论(0) 推荐(0)
摘要:https://gcc.gnu.org/projects/cxx-status.html C++ Standards Support in GCC GCC supports different dialects of C++, corresponding to the multiple publis 阅读全文
posted @ 2019-07-08 18:59 soqu36 阅读(8730) 评论(0) 推荐(1)
摘要:一、安装Perl 安装ActivePerl,从http://www.activestate.com/activeperl 下载Free Community Edition版本。并安装完成。假设安装在c:\perl中。安装过程会自动添加系统环境变量路径。二、建立ACE环境变量建立一个ACE的系统环境变 阅读全文
posted @ 2018-11-03 10:31 soqu36 阅读(646) 评论(0) 推荐(0)