Files
azerothcore-wotlk/dep/acelite/ace/XML_Utils/XML.mpc
Yehonal e8e94a0a66 First Commit
For Azeroth!
2016-06-26 10:39:44 +02:00

43 lines
668 B
Plaintext

project (ACE_XML_Utils) : install, acelib, xerces, ace_output {
sharedname += ACE_XML_Utils
dynamicflags += XML_UTILS_BUILD_DLL
specific {
install_dir = ace/XML_Utils
}
Template_Files {
XML_Helper.tpp
XML_Schema_Resolver.tpp
XMLSchema
XSCRT
}
Inline_Files {
XMLSchema
XSCRT
}
Header_Files {
XML_Utils_Export.h
XML_Error_Handler.h
XercesString.h
XML_Schema_Resolver.h
XML_Typedefs.h
XML_Helper.h
XMLSchema
XSCRT
}
Source_Files {
XML_Error_Handler.cpp
XercesString.cpp
XML_Schema_Resolver.cpp
XML_Typedefs.cpp
}
Pkgconfig_Files {
ACE_XML_Utils.pc.in
}
}