blob: a839d48bc484ae00428c3881008f949a6489fd3c (
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, core {
sharedname = TAO_PortableServer
dynamicflags = TAO_PORTABLESERVER_BUILD_DLL
Source_Files {
PortableServer
}
Header_Files {
PortableServer
}
Inline_Files {
PortableServer
}
Template_Files {
PortableServer
}
Resource_Files {
PortableServer
}
PIDL_Files {
PortableServer
}
Pkgconfig_Files {
PortableServer/TAO_PortableServer.pc.in
}
}
|