Initial community commit
This commit is contained in:
parent
537bcbc862
commit
fc06254474
16440 changed files with 4239995 additions and 2 deletions
|
@ -0,0 +1,35 @@
|
|||
|
||||
newoption {
|
||||
trigger = "group",
|
||||
value = "PROJECTS",
|
||||
description = "OpenMPT project group",
|
||||
allowed = {
|
||||
{ "libopenmpt", "libopenmpt" },
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
newoption {
|
||||
trigger = "target",
|
||||
value = "PROJECTS",
|
||||
description = "windows target platform",
|
||||
allowed = {
|
||||
{ "macosx" , "macosx" },
|
||||
{ "iphoneos", "iphoneos" },
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
mpt_projectpathname = _ACTION .. "-" .. _OPTIONS["target"]
|
||||
mpt_bindirsuffix = _OPTIONS["target"]
|
||||
|
||||
solution "libopenmpt"
|
||||
location ( "../../build/" .. mpt_projectpathname )
|
||||
configurations { "Debug", "Release" }
|
||||
|
||||
dofile "../../build/xcode-genie/mpt-libopenmpt.lua"
|
||||
dofile "../../build/xcode-genie/ext-mpg123.lua"
|
||||
dofile "../../build/xcode-genie/ext-ogg.lua"
|
||||
dofile "../../build/xcode-genie/ext-vorbis.lua"
|
||||
-- dofile "../../build/xcode-genie/ext-zlib.lua"
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue