aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas la Cour <tlc@hyrtwol.dk>2024-09-09 19:54:48 +0200
committerThomas la Cour <tlc@hyrtwol.dk>2024-09-09 19:55:00 +0200
commit954dd86f7a1ca5adabbb45238bc050905b34be05 (patch)
treeb98176ec06dafd3be80359c6a814e18790c20ecf
parent6298b23e07f36862003d98c0197e581f29492c70 (diff)
nightly define fix
-rw-r--r--build.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.bat b/build.bat
index b7191f94b..33dd53cb8 100644
--- a/build.bat
+++ b/build.bat
@@ -68,7 +68,7 @@ set compiler_defines= -DODIN_VERSION_RAW=\"%odin_version_raw%\"
rem fileversion is defined as {Major,Minor,Build,Private: u16} so a bit limited
set rc_flags=-nologo ^
-DV1=%V1% -DV2=%V2% -DV3=%V3% -DV4=%V4% ^
--DVF=%odin_version_full% -Dnightly=%nightly%
+-DVF=%odin_version_full% -DNIGHTLY=%nightly%
if not exist .git\ goto skip_git_hash
for /f "tokens=1,2" %%i IN ('git show "--pretty=%%cd %%h" "--date=format:%%Y-%%m" --no-patch --no-notes HEAD') do (