blob: 69b42366b9bb5b3f77d076db3ce679fa4a16515f (
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
|
//$Id$
project : taolib, rtcorba, portableserver, core, corba_messaging {
sharedname = TAO_RTScheduler
dynamicflags = TAO_RTSCHEDULER_BUILD_DLL
Source_Files {
RTScheduling
}
Header_Files {
RTScheduling
}
Inline_Files {
RTScheduling
}
Template_Files {
RTScheduling
}
Resource_Files {
RTScheduling
}
PIDL_Files {
RTScheduling
}
Pkgconfig_Files {
RTScheduling/TAO_RTScheduler.pc.in
}
}
|