]> andersk Git - libfaim.git/blame_incremental - mkbuildinfo.sh
- Fri Feb 9 22:31:22 UTC 2001
[libfaim.git] / mkbuildinfo.sh
... / ...
CommitLineData
1#!/bin/sh
2rm -rf aim_meta.o aim_buildcode.h
3
4echo "#define AIM_BUILDDATE \"`date +%Y%m%d`\"" > aim_buildcode.h
5echo "#define AIM_BUILDTIME \"`date +%H%M%S`\"" >> aim_buildcode.h
This page took 0.056257 seconds and 5 git commands to generate.