mirror of
https://github.com/martravi/wiiqt.git
synced 2024-11-16 14:19:21 +01:00
7f3c6d1d25
* only tested on kubuntu with ohneswanzenegger so far
7 lines
107 B
Bash
Executable File
7 lines
107 B
Bash
Executable File
REV=`svnversion -n .`
|
|
echo $REV
|
|
cat > ./svnrev.h <<EOF
|
|
#define SVN_REV $REV
|
|
#define SVN_REV_STR "$REV"
|
|
EOF
|