show git commit id in window title & fatal exception dialog

This commit is contained in:
Martins Mozeiko
2024-02-06 07:30:58 -08:00
committed by Ryan Fleury
parent 816bf195c2
commit 9c02f947c7
3 changed files with 22 additions and 14 deletions
+3
View File
@@ -84,6 +84,9 @@ pushd build
%rc% /nologo /fo logo.res ..\data\logo.rc || exit /b 1
popd
:: --- Get Current Git Commit Id ----------------------------------------------
for /f %%i in ('call git describe --always --dirty') do set compile=%compile% -DRADDBG_GIT=\"%%i\"
:: --- Build & Run Metaprogram ------------------------------------------------
if "%no_meta%"=="1" echo [skipping metagen]
if not "%no_meta%"=="1" (