Initial community commit
This commit is contained in:
parent
537bcbc862
commit
fc06254474
16440 changed files with 4239995 additions and 2 deletions
|
@ -0,0 +1,24 @@
|
|||
|
||||
project "miniz"
|
||||
uuid "B5E0C06B-8121-426A-8FFB-4293ECAAE29C"
|
||||
language "C"
|
||||
location ( "../../build/" .. mpt_projectpathname .. "/ext" )
|
||||
mpt_projectname = "miniz"
|
||||
dofile "../../build/premake/premake-defaults-LIBorDLL.lua"
|
||||
dofile "../../build/premake/premake-defaults.lua"
|
||||
targetname "openmpt-miniz"
|
||||
filter {}
|
||||
filter { "action:vs*" }
|
||||
characterset "Unicode"
|
||||
filter {}
|
||||
files {
|
||||
"../../include/miniz/miniz.c",
|
||||
"../../include/miniz/miniz.h",
|
||||
}
|
||||
filter { "action:vs*" }
|
||||
buildoptions { "/wd4244" }
|
||||
filter {}
|
||||
|
||||
filter { "kind:SharedLib" }
|
||||
defines { "MINIZ_EXPORT=__declspec(dllexport)" }
|
||||
filter {}
|
Loading…
Add table
Add a link
Reference in a new issue