summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/Notify_Service/Notify_Service.mpc
blob: 2fab5e159271d5ea8a67e2c87130ced7bf398304 (plain)
1
2
3
4
5
6
7
8
9
10
11
project : orbsvcsexe, core {
  depends += CosNotification ETCL CosNaming Svc_Utils DynamicAny IORTable PortableServer
  exename  = Notify_Service
  libs    += TAO_CosNotification TAO_ETCL TAO_CosNaming TAO_Svc_Utils TAO_DynamicAny TAO_IORTable TAO_PortableServer

  Source_Files {
    Notify_Server.cpp
    Notify_Service.cpp
  }
}