mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-10 11:59:58 -05:00
Initial community commit
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
|
||||
project "pugixml"
|
||||
uuid "07B89124-7C71-42cc-81AB-62B09BB61F9B"
|
||||
language "C++"
|
||||
location ( "../../build/" .. mpt_projectpathname .. "/ext" )
|
||||
mpt_projectname = "pugixml"
|
||||
dofile "../../build/premake/premake-defaults-LIB.lua"
|
||||
dofile "../../build/premake/premake-defaults.lua"
|
||||
targetname "openmpt-pugixml"
|
||||
includedirs { }
|
||||
filter {}
|
||||
filter { "action:vs*" }
|
||||
characterset "Unicode"
|
||||
filter {}
|
||||
files {
|
||||
"../../include/pugixml/src/pugixml.cpp",
|
||||
}
|
||||
files {
|
||||
"../../include/pugixml/src/pugiconfig.hpp",
|
||||
"../../include/pugixml/src/pugixml.hpp",
|
||||
}
|
||||
filter { "action:vs*" }
|
||||
buildoptions { "/wd6054", "/wd28182" } -- /analyze
|
||||
filter {}
|
Reference in New Issue
Block a user