summaryrefslogtreecommitdiff
path: root/TAO/tao/RTCORBA.mpc
blob: b2f52e02b67dba45995d04105e937972c8ff66d2 (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
//$Id$
project : taolib, core, pi {
  sharedname   = TAO_RTCORBA
  dynamicflags = TAO_RTCORBA_BUILD_DLL
  requires    += rt_corba

  Source_Files {
    RTCORBA
  }

  Header_Files {
    RTCORBA
  }

  Inline_Files {
    RTCORBA
  }

  Template_Files {
    RTCORBA
  }

  Resource_Files {
    RTCORBA
  }

  PIDL_Files {
    RTCORBA
  }

  Pkgconfig_Files {
    RTCORBA/TAO_RTCORBA.pc.in
  }
}