C/C++编译时加入SVN版本号

参考:https://svn.haxx.se/dev/archive-2006-02/1156.shtml

Makefile中加入如下定义:

SVNDEF = -D'SVN_REV="$(shell svnversion -n ./)"'

代码中使用SVN_REV变量打印版本号

printf("version:%s\n", SVN_REV);

上一篇:SmartSVN for Mac(SVN客户端)


下一篇:java-工具-okhttp(2)