server/dep/ACE_wrappers/ace/ace_foxreactor.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
516 B
Text

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