Imported Upstream version 0.72

This commit is contained in:
TANIGUCHI Takaki
2009-11-21 16:29:02 +09:00
commit a39ce4fddf
879 changed files with 252874 additions and 0 deletions

7
scripts/time-stamper.bash Executable file
View File

@@ -0,0 +1,7 @@
#!/usr/bin/env bash
build=$(grep BUILD $1 | cut -d\ -f3)
build=$((build+1))
echo "#define BUILD $build" >$1
date=$(date +"%d.%m.%y (%A, %H:%M)")
echo "#define BDATE \"$date\"" >>$1