repo.or.cz
/
xbmc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Merge pull request #10222 from FernetMenta/finishpipe
[xbmc.git]
/
project
/
VS2010Express
/
update_git_rev.bat
blob
db84f38ae4b5d15302549251e89c4b1bd6824043
1
@echo off
2
3
SET REV_FILE=..\..\git_revision.h
4
5
CALL ..\Win32BuildSetup\extract_git_rev.bat
6
7
IF NOT [%GIT_REV%]==[] (
8
echo #define GIT_REV "%GIT_REV%" > "%REV_FILE%"
9
) ELSE (
10
echo. > "%REV_FILE%"
11
)