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

  Source_Files {
    RTCORBA
  }
    
  Header_Files {
    RTCORBA
//	RTCORBA_includeC.h
  }

  Inline_Files {
    RTCORBA
  }

  Template_Files {
    RTCORBA
  }

  Resource_Files {
    RTCORBA
  }
}