summaryrefslogtreecommitdiff
path: root/TAO/tao/TC_IIOP.mpc
blob: 771a13ee5ac34e0e9a0e8fee4a386dbe872ddaa8 (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
//$Id$

project(TC_IIOP) : taolib_with_idl, tao_output, tao_versioning_idl_defaults, install, tc, interceptors, pi {

  requires    += transport_current
  sharedname   = TAO_TC_IIOP

  dynamicflags = TAO_TRANSPORT_CURRENT_BUILD_DLL

  Source_Files {
    TransportCurrent/IIOP_Current_Impl.cpp
    TransportCurrent/IIOP_Current_Loader.cpp
  }

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

  Inline_Files {
  }

  Template_Files {
  }

  IDL_Files {
    idlflags += -Wb,export_include=tao/TransportCurrent/Transport_Current_Export.h \
                -Wb,export_macro=TAO_Transport_Current_Export \
                -o TransportCurrent -I./TransportCurrent
    idlflags -= -Sa -St

    TransportCurrent/TC_IIOP.idl
  }

  Resource_Files {
  }

  PIDL_Files {
  }
}