Switch MSVC and console build scripts to rolling releases.

This commit is contained in:
Mike Pall
2023-08-21 03:59:03 +02:00
parent 50e0fa03c4
commit 6351abc78f
4 changed files with 12 additions and 0 deletions

View File

@@ -42,6 +42,9 @@ if exist minilua.exe.manifest^
minilua %DASM% -LN %DASMFLAGS% -o host\buildvm_arch.h vm_x86.dasc
@if errorlevel 1 goto :BAD
git show -s --format=%ct >luajit_relver.txt
minilua host\genversion.lua
%LJCOMPILE% /I "." /I %DASMDIR% host\buildvm*.c
@if errorlevel 1 goto :BAD
%LJLINK% /out:buildvm.exe buildvm*.obj