summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/Notify_Service/Notify_Service.mpc
blob: 5b13cba568eb6c9ffc32bf44ce6e78e3c7070b68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// -*- MPC -*-
// $Id$

project : valuetype, orbsvcsexe, core, notification_serv, naming, iortable {
  exename  = Notify_Service
  Source_Files {
    Notify_Server.cpp
    Notify_Service.cpp
  }
  Header_Files {
    Notify_Service.h
  }
}

project(NT_Notify_Service) : valuetype, orbsvcsexe, core, notification_serv, naming, iortable {
  exename  = NT_Notify_Service
  Source_Files {
    Notify_Service.cpp
    NT_Notify_Server.cpp
    NT_Notify_Service.cpp
  }
  Header_Files {
    Notify_Service.h
    NT_Notify_Service.h
  }
}