server/dep/ACE_wrappers/ace/QoS/qos.mpc
cipherCOM 571f510ee4 [11162] Changed ACE lib to same version but with configure script
(based on cipherCOM's repo commit d3d8934)

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
2011-02-14 12:51:16 +03:00

21 lines
383 B
Text

// -*- MPC -*-
// $Id: qos.mpc 90826 2010-06-24 09:07:33Z johnnyw $
project(QoS) : acelib, ace_output, install {
requires += qos
sharedname = ACE_QoS
dynamicflags += ACE_QoS_BUILD_DLL
macros += ACE_HAS_QOS
specific(prop:windows) {
macros += ACE_HAS_WINSOCK2_GQOS
}
specific {
install_dir = ace/qos
}
pkgconfig_files {
ACE_QoS.pc.in
}
}