summaryrefslogtreecommitdiff
path: root/TAO/CIAO/examples/handcrafted/BasicSP_EC2/RTEventService/RTEventService.mpc
blob: 074ba4f847b687ef7dd3f69741610e618da4b6fc (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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
// $Id$

project(RTEventService_stub): ciao_client {
  after += BasicSP_stub
  requires += dummy_label
  sharedname = RTEventService_stub

  idlflags += -Wb,stub_export_macro=RTEVENTSERVICE_STUB_Export -Wb,stub_export_include=RTEventService_stub_export.h -Wb,skel_export_macro=RTEVENTSERVICE_SVNT_Export -Wb,skel_export_include=RTEventService_svnt_export.h
  libpaths += ..,..\..\..\..\..\..\lib,..\..\..\..\..\tao\IFR_Client,..\..\..\..\..\tao\Valuetype,..\..\..\..\..\tao,..\..\..\..\..\..\ace,..\..\..\..\..\orbsvcs\orbsvcs,..\..\..\..\..\tao\PortableServer,..\..\..\..\..\tao\IORInterceptor,..\..\..\..\..\tao\ObjRefTemplate,..\..\..\..\..\..\ACEXML\parser\parser,..\..\..\..\..\..\ACEXML\common,..\..\..\..\..\tao\IORTable
  libs += BasicSP_stub TAO_RTEvent
  dynamicflags   = RTEVENTSERVICE_STUB_BUILD_DLL

  IDL_Files {
    RTEventService.idl
  }

  Source_Files {
    RTEventServiceC.cpp
  }
}

project(RTEventService_svnt) : ciao_servant {
  after += RTEventService_stub BasicSP_stub
  requires += dummy_label
  sharedname  = RTEventService_svnt
  libs    += RTEventService_stub BasicSP_stub BasicSP_svnt TAO_RTEvent
  libpaths += ..,..\..\..\..\..\..\lib,..\..\..\..\..\tao\IFR_Client,..\..\..\..\..\tao\Valuetype,..\..\..\..\..\tao,..\..\..\..\..\..\ace,..\..\..\..\..\orbsvcs\orbsvcs,..\..\..\..\..\tao\PortableServer,..\..\..\..\..\tao\IORInterceptor,..\..\..\..\..\tao\ObjRefTemplate,..\..\..\..\..\..\ACEXML\parser\parser,..\..\..\..\..\..\ACEXML\common,..\..\..\..\..\tao\IORTable
  idlflags  +=  -Wb,export_macro=RTEVENTSERVICE_SVNT_Export -Wb,export_include=RTEventService_svnt_export.h
  dynamicflags = RTEVENTSERVICE_SVNT_BUILD_DLL

  CIDL_Files {
    RTEventService.cidl
  }

  IDL_Files {
    RTEventServiceE.idl
  }

  Source_Files {
    RTEventServiceEC.cpp
    RTEventServiceS.cpp
    RTEventService_svnt.cpp
  }
}


project(RTEventService_exec) : ciao_component {
  after += RTEventService_svnt
  requires += dummy_label
  sharedname = RTEventService_exec
  libs      += RTEventService_stub RTEventService_svnt BasicSP_stub BasicSP_svnt TAO_RTEvent
  libpaths += ..,..\..\..\..\..\..\lib,..\..\..\..\..\tao\IFR_Client,..\..\..\..\..\tao\Valuetype,..\..\..\..\..\tao,..\..\..\..\..\..\ace,..\..\..\..\..\orbsvcs\orbsvcs,..\..\..\..\..\tao\PortableServer,..\..\..\..\..\tao\IORInterceptor,..\..\..\..\..\tao\ObjRefTemplate,..\..\..\..\..\..\ACEXML\parser\parser,..\..\..\..\..\..\ACEXML\common,..\..\..\..\..\tao\IORTable
  idlflags  +=  -Wb,export_macro=RTEVENTSERVICE_EXEC_Export -Wb,export_include=RTEventService_exec_export.h
  dynamicflags   = RTEVENTSERVICE_EXEC_BUILD_DLL

  IDL_Files {
    RTEventServiceEI.idl
  }

  Source_Files {
    RTEventServiceES.cpp
    RTEventServiceEIC.cpp
    RTEventServiceEIS.cpp
    RTEventService_exec.cpp
  }
}