Initial community commit
This commit is contained in:
20
Src/external_dependencies/openmpt-trunk/include/premake/contrib/luashim/premake5.lua
vendored
Normal file
20
Src/external_dependencies/openmpt-trunk/include/premake/contrib/luashim/premake5.lua
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
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" }
|
||||
Reference in New Issue
Block a user