summaryrefslogtreecommitdiff
path: root/TAO/examples/POA/Explicit_Activation/POA_Explicit_Activation.mpc
blob: 4af0d41611674cc34299a8d9ad2da421485912e3 (plain)
1
2
3
4
5
6
7
8
project(*Server): taoexe, portableserver {
   includes += ../Generic_Servant
   libs += Generic_Servant
   after += POA_Generic_Servant_Lib
   Source_Files {
    server.cpp
  }
}