blob: 45e5936e40993797b1f7f26fa372383e46e919ab (
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
|
//$Id$
project : taolib, portableserver, objreftemplate, pi, core {
sharedname = TAO_IORInterceptor
dynamicflags = TAO_IORINTERCEPTOR_BUILD_DLL
Source_Files {
IORInterceptor
}
Header_Files {
IORInterceptor
}
Inline_Files {
IORInterceptor
}
Template_Files {
IORInterceptor
}
Resource_Files {
IORInterceptor
}
PIDL_Files {
IORInterceptor
}
IDL_Files {
}
Pkgconfig_Files {
IORInterceptor/TAO_IORInterceptor.pc.in
}
}
|