fix dll name

This commit is contained in:
2025-04-21 21:42:08 +05:00
parent ab7d2ad788
commit d0c575c098

View File

@@ -52,7 +52,7 @@ CMCFLAGS=
PLATS= c89
LUA_A= liblua.a
LUA_A= liblua5.4.a
CORE_O= lapi.o lcode.o lctype.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o lmem.o lobject.o lopcodes.o lparser.o lstate.o lstring.o ltable.o ltm.o lundump.o lvm.o lzio.o
LIB_O= lauxlib.o lbaselib.o lcorolib.o ldblib.o liolib.o lmathlib.o loadlib.o loslib.o lstrlib.o ltablib.o lutf8lib.o linit.o
BASE_O= $(CORE_O) $(LIB_O) $(MYOBJS)
@@ -64,7 +64,7 @@ LUAC_T= luac
LUAC_O= luac.o
LUA_S = lua54.dll
LUA_S = liblua5.4.dll
LUA_S_IMP = $(LUA_S).a
ALL_O= $(BASE_O) $(LUA_O) $(LUAC_O)