summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/Transport_Current/TC_IIOP.mpc
blob: c72b1f4d8663bb894f5047af31f6f13e063512e9 (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
//$Id$

project(*) : taolib_with_idl, tao_versioning_idl_defaults, core, interceptors, pi, tc {

  sharedname   = TAO_TC_IIOP

  dynamicflags = TAO_TRANSPORT_CURRENT_BUILD_DLL
  libs += TAO_TC

  Source_Files {
    IIOP_Current_Impl.cpp
    IIOP_Current_Loader.cpp
  }

  Header_Files {
    IIOP_Current_Impl.h
    IIOP_Current_Loader.h
    IIOP_Transport_Current.h
  }

  idlflags += -Wb,export_include=orbsvcs/Transport_Current/Transport_Current_Export.h
  idlflags += -Wb,export_macro=TAO_Transport_Current_Export

  IDL_Files {
    TC_IIOP.idl
  }
}
//$Id$

project(*) : taolib_with_idl, tao_versioning_idl_defaults, core, interceptors, pi, tc {

  sharedname   = TAO_TC_IIOP

  dynamicflags = TAO_TRANSPORT_CURRENT_BUILD_DLL
  libs += TAO_TC

  Source_Files {
    IIOP_Current_Impl.cpp
    IIOP_Current_Loader.cpp
  }

  Header_Files {
    IIOP_Current_Impl.h
    IIOP_Current_Loader.h
    IIOP_Transport_Current.h
  }

  idlflags += -Wb,export_include=orbsvcs/Transport_Current/Transport_Current_Export.h
  idlflags += -Wb,export_macro=TAO_Transport_Current_Export

  IDL_Files {
    TC_IIOP.idl
  }
}