ultradefrag/src/lua5.1/lua5.1a_exe.build

13 lines
218 B
Plaintext
Executable File

-- Lua 5.1 interpreter build options
name = "lua5.1a"
target_type = "console"
src = { "lua.c" }
rc = { "lua.rc" }
libs = { "msvcrt" }
adlibs = { "$(UDEFRAG_LIB_PATH)\\lua5.1a" }
umentry = "main"