mirror of
https://github.com/FWGS/xash3d-fwgs
synced 2024-11-29 05:20:23 +01:00
Update gen-version script
This commit is contained in:
parent
e5a8d1c2c9
commit
498a1f4ac9
@ -5,8 +5,7 @@ echo -n '<string name="git_revisions">' >> res/values/git-rev.xml
|
||||
echo -n '<b>Version information:</b> ' $*_endl| sed -e s/_endl/'\\n'/ >> res/values/git-rev.xml
|
||||
echo -n '<b>android:</b>' $(git log --abbrev-commit --pretty=oneline -1) _endl\
|
||||
'<b>engine:</b>' $(cd jni/src/Xash3D/*/;git log --abbrev-commit --pretty=oneline -1) _endl\
|
||||
'<b>client:</b>' $(cd jni/src/hlsdk-client/;git log --abbrev-commit --pretty=oneline -1) _endl\
|
||||
'<b>halflife:</b>' $(cd jni/src/HLSDK/*/;git log --abbrev-commit --pretty=oneline -1) _endl\
|
||||
'<b>hlsdk:</b>' $(cd jni/src/hlsdk-xash3d/;git log --abbrev-commit --pretty=oneline -1) _endl\
|
||||
'<b>SDL2:</b>' $(cd jni/src/SDL2/*/;git log --abbrev-commit --pretty=oneline -1) _endl\
|
||||
'<b>extras:</b>' $(cd xash-extras/;git log --abbrev-commit --pretty=oneline -1) _endl\
|
||||
'<b>nanogl:</b>' $(cd jni/src/NanoGL/*/;git log --abbrev-commit --pretty=oneline -1)_endl\
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit d254f1bd0e8d49e761ca81e6ecf9db0b1cab2db7
|
||||
Subproject commit 9c3ffa636a2e409296a4e0fb93994e96d46b49f1
|
Loading…
Reference in New Issue
Block a user