winamp/Src/external_dependencies/openmpt-trunk/include/premake/contrib/luashim/premake5.lua
2024-09-24 14:54:57 +02:00

21 lines
345 B
Lua
Vendored

project "luashim-lib"
language "C"
kind "StaticLib"
warnings "extra"
pic "on"
includedirs { "../lua/src" }
files
{
"*.c",
"*.h",
"*.lua"
}
filter "system:linux or bsd or hurd or aix or haiku"
defines { "LUA_USE_POSIX", "LUA_USE_DLOPEN" }
filter "system:macosx"
defines { "LUA_USE_MACOSX" }