Searched refs:LUA_VER (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/vim-55/src/
H A DMake_bc5.mak39 # LUA_VER define to version of Lua being used (51)
312 ! ifndef LUA_VER
313 LUA_VER = 51 macro
316 INTERP_DEFINES = $(INTERP_DEFINES) -DDYNAMIC_LUA -DDYNAMIC_LUA_DLL=\"lua$(LUA_VER).dll\"
1059 lua.lib: $(LUA)\lib\lua$(LUA_VER).lib
1060 coff2omf $(LUA)\lib\lua$(LUA_VER).lib $@
H A DMake_mvc.mak36 # LUA_VER=[Lua version] (default is 51)
633 !ifndef LUA_VER
634 LUA_VER = 51 macro
636 !message Lua requested (version $(LUA_VER)) - root dir is "$(LUA)"
645 -DDYNAMIC_LUA_DLL=\"lua$(LUA_VER).dll\"
646 LUA_LIB = /nodefaultlib:lua$(LUA_VER).lib
648 LUA_LIB = "$(LUA)\lib\lua$(LUA_VER).lib"
H A DMake_ming.mak114 ifndef LUA_VER
115 LUA_VER=51 macro
339 CFLAGS += -DDYNAMIC_LUA -DDYNAMIC_LUA_DLL=\"lua$(LUA_VER).dll\"

Completed in 74 milliseconds