Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Marsev <alex.marsev@gmail.com>2015-11-02 17:25:19 +0300
committerAlex Marsev <alex.marsev@gmail.com>2015-11-10 22:35:42 +0300
commit3fcde2d7ff578173c601f128f7940567dcd4bc34 (patch)
treea7bc44344d0c8b1f8c2f01a29a09c4d959a75ca8 /update_version.bat
parent4f52f7732c7e37d1bd89c8af550e0eef9b089f0e (diff)
Add BuildConfig project
It handles version_rev.h file generation.
Diffstat (limited to 'update_version.bat')
-rwxr-xr-xupdate_version.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/update_version.bat b/update_version.bat
index 9a6651385..ba64493ed 100755
--- a/update_version.bat
+++ b/update_version.bat
@@ -33,7 +33,7 @@ IF %ERRORLEVEL% NEQ 0 GOTO MissingVar
CALL "%COMMON%" :SubDoesExist bash.exe
IF %ERRORLEVEL% NEQ 0 GOTO MissingVar
-bash.exe ./version.sh
+bash.exe ./version.sh %*
:END