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