//////////////////// Xerces //////////////////////
@if (IsMsvcCompiler)
{
$XERCESC_INCLUDE = "$(PATH_TO_ROOT)/Ceda/ThirdParty/include"
$XERCESC_DEBUG_LIB = "$(PATH_TO_ROOT)/Ceda/ThirdParty/lib/xerces-c_2D.lib"
$XERCESC_RELEASE_LIB = "$(PATH_TO_ROOT)/Ceda/ThirdParty/lib/xerces-c_2.lib"
+cpp
{
/I "$(XERCESC_INCLUDE)"
}
+link("Debug")
{
"$(XERCESC_DEBUG_LIB)"
}
+link("Release")
{
"$(XERCESC_RELEASE_LIB)"
}
}