diff options
-rw-r--r-- | src/msvcbuild.bat | 2 | ||||
-rw-r--r-- | src/ps4build.bat | 2 | ||||
-rw-r--r-- | src/psvitabuild.bat | 2 | ||||
-rw-r--r-- | src/xb1build.bat | 2 | ||||
-rw-r--r-- | src/xedkbuild.bat | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/src/msvcbuild.bat b/src/msvcbuild.bat index d0768948..7e1a6e04 100644 --- a/src/msvcbuild.bat +++ b/src/msvcbuild.bat | |||
@@ -25,7 +25,7 @@ | |||
25 | @set LJDLLNAME=lua51.dll | 25 | @set LJDLLNAME=lua51.dll |
26 | @set LJLIBNAME=lua51.lib | 26 | @set LJLIBNAME=lua51.lib |
27 | @set BUILDTYPE=release | 27 | @set BUILDTYPE=release |
28 | @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 | 28 | @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 |
29 | 29 | ||
30 | %LJCOMPILE% host\minilua.c | 30 | %LJCOMPILE% host\minilua.c |
31 | @if errorlevel 1 goto :BAD | 31 | @if errorlevel 1 goto :BAD |
diff --git a/src/ps4build.bat b/src/ps4build.bat index e83c674a..fdd09d81 100644 --- a/src/ps4build.bat +++ b/src/ps4build.bat | |||
@@ -26,7 +26,7 @@ | |||
26 | @set LJMT=mt /nologo | 26 | @set LJMT=mt /nologo |
27 | @set DASMDIR=..\dynasm | 27 | @set DASMDIR=..\dynasm |
28 | @set DASM=%DASMDIR%\dynasm.lua | 28 | @set DASM=%DASMDIR%\dynasm.lua |
29 | @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 | 29 | @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 |
30 | @set GC64= | 30 | @set GC64= |
31 | @set DASC=vm_x64.dasc | 31 | @set DASC=vm_x64.dasc |
32 | 32 | ||
diff --git a/src/psvitabuild.bat b/src/psvitabuild.bat index 3991dc65..2980e157 100644 --- a/src/psvitabuild.bat +++ b/src/psvitabuild.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 |
diff --git a/src/xb1build.bat b/src/xb1build.bat index 12c73dd6..2eb68171 100644 --- a/src/xb1build.bat +++ b/src/xb1build.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 |
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 |