Merge pull request #2216 from jwillemsen/jwi-cxxversionchecks
[ACE_TAO.git] / ACE / examples / APG / Svc_Config / svc_config.mpc
bloba65786e63c771fb305b25962406dbbb460face57
1 // -*- MPC -*-
2 project(*HA Status) : acelib, avoids_ace_for_tao {
3   sharedname   = HA_Status
4   dynamicflags += HASTATUS_BUILD_DLL
5   Source_Files {
6     HA_Status_Dynamic.cpp
7   }
10 project(HA Configurable Server Dynamic) : aceexe, avoids_ace_for_tao {
11   exename = HA_Configurable_Server_Dynamic
12   Source_Files {
13     HA_Configurable_Server_Dynamic.cpp
14   }
17 project(HA Configurable Server Static) : aceexe, avoids_ace_for_tao {
18   exename = HA_Configurable_Server_Static
19   Source_Files {
20     HA_Configurable_Server_Static.cpp
21     HA_Status_Static.cpp
22   }