Initial community commit
This commit is contained in:
parent
537bcbc862
commit
fc06254474
16440 changed files with 4239995 additions and 2 deletions
|
@ -0,0 +1,17 @@
|
|||
|
||||
project "ogg"
|
||||
uuid "d8d5e11c-f959-49ef-b741-b3f6de52ded8"
|
||||
language "C"
|
||||
location ( "../../build/" .. mpt_projectpathname .. "/ext" )
|
||||
mpt_projectname = "ogg"
|
||||
dofile "../../build/xcode-genie/genie-defaults-LIBorDLL.lua"
|
||||
dofile "../../build/xcode-genie/genie-defaults.lua"
|
||||
targetname "openmpt-ogg"
|
||||
includedirs { "../../include/ogg/include" }
|
||||
files {
|
||||
"../../include/ogg/include/ogg/ogg.h",
|
||||
"../../include/ogg/include/ogg/os_types.h",
|
||||
"../../include/ogg/src/bitwise.c",
|
||||
"../../include/ogg/src/framing.c",
|
||||
}
|
||||
configuration {}
|
Loading…
Add table
Add a link
Reference in a new issue