mirror of
https://github.com/g4klx/MMDVMHost
synced 2025-12-21 06:55:52 +08:00
Fixed typo in generated header file and tested more
This commit is contained in:
@@ -29,7 +29,7 @@ for /f %%i in ('type !HASHFILE!') do set GITHASH=%%i
|
|||||||
goto :WRITEGITVERSIONHEADER
|
goto :WRITEGITVERSIONHEADER
|
||||||
|
|
||||||
:WRITEGITVERSIONHEADER
|
:WRITEGITVERSIONHEADER
|
||||||
echo # File contains Git commit ID SHA1 present at buildtime (prebuild.cmd) > GitVersion.h
|
echo // File contains Git commit ID SHA1 present at buildtime (prebuild.cmd) > GitVersion.h
|
||||||
echo const char *gitversion = "%GITHASH%"; >> GitVersion.h
|
echo const char *gitversion = "%GITHASH%"; >> GitVersion.h
|
||||||
echo Current Git HASH: %GITHASH%
|
echo Current Git HASH: %GITHASH%
|
||||||
goto :FINISHED
|
goto :FINISHED
|
||||||
|
|||||||
Reference in New Issue
Block a user