summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/Notify_Service/Notify_Service.mpc
blob: 685dffebae220ed9380f4c273916c916350a7a51 (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
// -*- MPC -*-
project(TAO_Notify_Service) : orbsvcslib, orbsvcs_output, install, valuetype, install, notification_serv, naming, iortable, messaging_optional, svc_utils, notify_monitor_control {
  sharedname   = TAO_Notify_Service
  dynamicflags += TAO_NOTIFY_SERVICE_BUILD_DLL
  specific {
    install_dir = orbsvcs/Notify_Service
  }
  Source_Files {
    Notify_Service.cpp
  }
  Header_Files {
    Notify_Service.h
    Notify_Service_Export.h
  }
}

project(Notify_Service) : orbsvcsexe, install, tao_notify_service, notify_monitor_control {
  exename  = tao_cosnotification
  Source_Files {
    Notify_Server.cpp
  }

  specific {
    install_dir = tao/docs/notification
  }

  InstallData_Files {
    README
  }

  Documentation_Files {
  }
}

project(NT_Notify_Service) : orbsvcsexe, install, tao_notify_service, notify_monitor_control {
  avoids += ace_for_tao
  requires += winnt
  exename  = tao_nt_cosnotification
  Source_Files {
    NT_Notify_Server.cpp
    NT_Notify_Service.cpp
  }
  Header_Files {
    NT_Notify_Service.h
  }
  InstallData_Files {
    gendir = tao-notify
    README
  }
  Documentation_Files {
  }
}