Rename project from Lua to Lush
Binary is now 'lush', library is 'liblush.a'. Version banner shows "Lush 0.1.0" with original Lua copyright preserved. Adds LUSH_VERSION defines and _LUSH_VERSION global. Internal C API names, env vars, and default paths are unchanged for upstream compatibility.
This commit is contained in:
4
makefile
4
makefile
@@ -98,7 +98,7 @@ RM= rm -f
|
||||
|
||||
LIBS = -lm
|
||||
|
||||
CORE_T= liblua.a
|
||||
CORE_T= liblush.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 ltests.o
|
||||
@@ -106,7 +106,7 @@ AUX_O= lauxlib.o
|
||||
LIB_O= lbaselib.o ldblib.o liolib.o lmathlib.o loslib.o ltablib.o lstrlib.o \
|
||||
lutf8lib.o loadlib.o lcorolib.o lcmd.o lbuiltin.o linit.o
|
||||
|
||||
LUA_T= lua
|
||||
LUA_T= lush
|
||||
LUA_O= lua.o
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user