Files
azerothcore-wotlk/deps/acelite/ace/SSL/ssl.mpc
Yehonal f06f32849f Directory Structure [step 1]: moving files
working on #672

NOTE: This commit can't be compiled!!
2017-10-12 20:00:52 +02:00

22 lines
497 B
Plaintext

// -*- MPC -*-
project(SSL) : acelib, ace_output, install, ace_openssl {
avoids += ace_for_tao
requires += ssl
sharedname = ACE_SSL
dynamicflags += ACE_SSL_BUILD_DLL
specific {
install_dir = ace/SSL
}
pkgconfig_files {
ACE_SSL.pc.in
}
specific(gnuace) {
pkgconfig_variables += ACE_TLS_CPPFLAGS=$(PLATFORM_SSL_CPPFLAGS)
pkgconfig_variables += ACE_TLS_LDFLAGS=$(PLATFORM_SSL_LDFLAGS)
pkgconfig_variables += ACE_TLS_LIBS=$(PLATFORM_SSL_LIBS)
}
}