server/dep/ACE_wrappers/ace/ace_xtreactor.mpc
Neo2003 23c920ca4b [10643] Update the ACE part we use to 5.8.2
Signed-off-by: Neo2003 <Neo.2003@Hotmail.fr>
2010-10-25 20:36:51 +02:00

32 lines
504 B
Text

// -*- MPC -*- now wouldn't this be cool...
// $Id: ace_xtreactor.mpc 90826 2010-06-24 09:07:33Z johnnyw $
project(ACE_XtReactor) : acedefaults, install, acelib, ace_output, ace_xt {
sharedname = ACE_XtReactor
dynamicflags += ACE_XTREACTOR_BUILD_DLL
Source_Files {
XtReactor
}
Header_Files {
XtReactor
}
Inline_Files {
XtReactor
}
Template_Files {
XtReactor
}
Resource_Files {
XtReactor
}
Pkgconfig_Files {
XtReactor/ACE_XtReactor.pc.in
}
}