blob: 2194edaf43fbff17862cb1ddff3751d4a52799e5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
project "minimp3"
uuid "e88c4285-efb1-4226-bcac-e904ba792a48"
language "C"
location ( "../../build/" .. mpt_projectpathname .. "/ext" )
mpt_projectname = "minimp3"
dofile "../../build/premake/premake-defaults-LIBorDLL.lua"
dofile "../../build/premake/premake-defaults.lua"
targetname "openmpt-minimp3"
includedirs { }
filter {}
filter { "action:vs*" }
characterset "Unicode"
filter {}
defines { }
files {
"../../include/minimp3/minimp3.c",
"../../include/minimp3/minimp3.h",
}
filter { "action:vs*", "kind:SharedLib" }
files { "../../build/premake/def/ext-minimp3.def" }
filter {}
|