摘要:
技术经理说,可以用Cmake当中的add_custom_command,add_custom_target命令来使用。我初次研究了下,add_custom_command应该用官方文档中说明的第二种形式:The second signature adds a custom command to a target such as a library or executable. This is useful for performing an operation before or after building the target. The command becomes part of th 阅读全文
posted @ 2014-02-18 16:58
foo__hack
阅读(2396)
评论(0)
推荐(0)
摘要:
由于第三方库的各种原因,与编译冲突问题,公司又决定把整个项目都统一改用VS2010来编译。所以我把我开发机上的VS2008卸载了,又重新安装了VS2010。无奈出现了COFF格式转换问题。搜索了下。完美解决。其实就是下载一个VS2010 SP1,重新打下补丁就行了。然后就可以通过C/C++的编译了。题外话:另外,这个VA好使,http://download.csdn.net/download/zhouzhujian2013/4088481References:http://blog.csdn.net/linuxtiger/article/details/7878960http://blog.c 阅读全文
posted @ 2014-02-18 11:31
foo__hack
阅读(276)
评论(0)
推荐(0)