aboutsummaryrefslogtreecommitdiff
path: root/src/xedkbuild.bat
diff options
context:
space:
mode:
Diffstat (limited to 'src/xedkbuild.bat')
-rw-r--r--src/xedkbuild.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xedkbuild.bat b/src/xedkbuild.bat
index 240ec878..37322d03 100644
--- a/src/xedkbuild.bat
+++ b/src/xedkbuild.bat
@@ -14,7 +14,7 @@
14@set LJMT=mt /nologo 14@set LJMT=mt /nologo
15@set DASMDIR=..\dynasm 15@set DASMDIR=..\dynasm
16@set DASM=%DASMDIR%\dynasm.lua 16@set DASM=%DASMDIR%\dynasm.lua
17@set ALL_LIB=lib_base.c lib_math.c lib_bit.c lib_string.c lib_table.c lib_io.c lib_os.c lib_package.c lib_debug.c lib_jit.c lib_ffi.c 17@set ALL_LIB=lib_base.c lib_math.c lib_bit.c lib_string.c lib_table.c lib_io.c lib_os.c lib_package.c lib_debug.c lib_jit.c lib_ffi.c lib_buffer.c
18 18
19%LJCOMPILE% host\minilua.c 19%LJCOMPILE% host\minilua.c
20@if errorlevel 1 goto :BAD 20@if errorlevel 1 goto :BAD