blob: a700015527d3e7e917955a0ba92912c52c8e57e3 (
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(SmartProxies) : taolib, tao_output, install, tao_versioning_idl_defaults {
sharedname = TAO_SmartProxies
dynamicflags = TAO_SMARTPROXIES_BUILD_DLL
Source_Files {
SmartProxies
}
Header_Files {
SmartProxies
}
Inline_Files {
SmartProxies
}
Template_Files {
SmartProxies
}
Resource_Files {
SmartProxies
}
PIDL_Files {
SmartProxies
}
IDL_Files {
}
Pkgconfig_Files {
SmartProxies/TAO_SmartProxies.pc.in
}
}
|