mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 05:06:24 +00:00
20 lines
329 B
Plaintext
20 lines
329 B
Plaintext
// -*- MPC -*-
|
|
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
|
|
}
|
|
}
|