Initial community commit
This commit is contained in:
28
Src/external_dependencies/openmpt-trunk/include/premake/contrib/lua/premake5.lua
vendored
Normal file
28
Src/external_dependencies/openmpt-trunk/include/premake/contrib/lua/premake5.lua
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
project "lua-lib"
|
||||
language "C"
|
||||
kind "StaticLib"
|
||||
warnings "off"
|
||||
|
||||
includedirs { "src" }
|
||||
|
||||
files
|
||||
{
|
||||
"**.h",
|
||||
"**.c"
|
||||
}
|
||||
|
||||
excludes
|
||||
{
|
||||
"src/lauxlib.c",
|
||||
"src/lua.c",
|
||||
"src/luac.c",
|
||||
"src/print.c",
|
||||
"**.lua",
|
||||
"etc/*.c"
|
||||
}
|
||||
|
||||
filter "system:linux or bsd or hurd or aix or solaris or haiku"
|
||||
defines { "LUA_USE_POSIX", "LUA_USE_DLOPEN" }
|
||||
|
||||
filter "system:macosx"
|
||||
defines { "LUA_USE_MACOSX" }
|
||||
Reference in New Issue
Block a user