123456789101112131415161718192021222324 |
- 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 {}
|