]> andersk Git - libfaim.git/blob - mkbuildinfo.sh
075687d287e43d3ebe1ed98863b59f94e02751c2
[libfaim.git] / mkbuildinfo.sh
1 #!/bin/sh
2 rm -rf aim_meta.o aim_buildcode.h
3
4 echo "#define AIM_BUILDDATE \"`date +%Y%m%d`\"" > aim_buildcode.h
5 echo "#define AIM_BUILDTIME \"`date +%H%M%S`\"" >> aim_buildcode.h
This page took 0.058947 seconds and 3 git commands to generate.