add windows (MSVC) configuration

Update makefiles
This commit is contained in:
2024-02-25 08:37:36 -06:00
parent 9b245b10e3
commit f18610d526
7 changed files with 102 additions and 38 deletions

View File

@@ -21,9 +21,12 @@ dependencies = {
build = {
type = "make",
build_variables = {
LUAROCKS = "1",
LUA = "$(LUA)",
CFLAGS = "$(CFLAGS)",
LUA_INCDIR = "$(LUA_INCDIR)",
LUA_LIBDIR = "$(LUA_LIBDIR)",
LUALIB = "$(LUALIB)",
LIBFLAG = "$(LIBFLAG)",
LIB_EXT = "$(LIB_EXTENSION)",
OBJ_EXT = "$(OBJ_EXTENSION)",