]> andersk Git - libfaim.git/blob - mkbuildinfo.sh
- Fri Jun 2 23:27:28 UTC 2000
[libfaim.git] / mkbuildinfo.sh
1 #!/bin/bash
2 rm -rf aim_meta.o aim_buildcode.h
3
4 echo -n "#define AIM_BUILDDATE \"" > aim_buildcode.h
5 echo -n `date +%Y%m%e` >> aim_buildcode.h
6 echo "\"" >> aim_buildcode.h
7
8 echo -n "#define AIM_BUILDTIME \"" >> aim_buildcode.h
9 echo -n `date +%H%M%S` >> aim_buildcode.h
10 echo "\"" >> aim_buildcode.h
This page took 0.036576 seconds and 5 git commands to generate.