mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-12-04 21:01:30 -05:00
20 lines
345 B
Lua
Vendored
20 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" }
|