summaryrefslogtreecommitdiff
path: root/TAO/tao/RTCORBA.mpc
blob: 7af02255e7dd34453f29bc1b27b9d1488be2ac30 (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 : 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
  }
}