Initial community commit
This commit is contained in:
28
Src/external_dependencies/openmpt-trunk/include/premake/binmodules/example/premake5.lua
vendored
Normal file
28
Src/external_dependencies/openmpt-trunk/include/premake/binmodules/example/premake5.lua
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
project "example"
|
||||
language "C"
|
||||
kind "SharedLib"
|
||||
warnings "extra"
|
||||
|
||||
includedirs {
|
||||
"../../contrib/lua/src",
|
||||
"../../contrib/luashim"
|
||||
}
|
||||
|
||||
links { 'luashim-lib' }
|
||||
|
||||
files
|
||||
{
|
||||
"*.c",
|
||||
"*.lua"
|
||||
}
|
||||
|
||||
filter "system:not windows"
|
||||
targetprefix ""
|
||||
targetextension ".so"
|
||||
pic "on"
|
||||
|
||||
filter "configurations:Release"
|
||||
targetdir "../../bin/release"
|
||||
|
||||
filter "configurations:Debug"
|
||||
targetdir "../../bin/debug"
|
||||
Reference in New Issue
Block a user