blob: 5bd3e7dcb32992b037960f863e5ca56c848812a7 (
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
37
38
39
40
41
42
43
44
45
|
//$Id$
project : taolib, install, core_anytypecode, tao_versioning_idl_defaults {
sharedname = TAO_IORManip
dynamicflags = TAO_IORMANIP_BUILD_DLL
Source_Files {
IORManipulation
}
Header_Files {
IORManipulation
}
Inline_Files {
IORManipulation
}
Template_Files {
IORManipulation
}
Resource_Files {
IORManipulation
}
PIDL_Files {
IORManipulation
}
IDL_Files {
idlflags += -Gp -Gd -Sci -SS -Sorb -GX \
-Wb,export_macro=TAO_IORManip_Export \
-Wb,export_include=tao/IORManipulation/ior_manip_export.h \
-Wb,include_guard=TAO_IORMANIP_SAFE_INCLUDE \
-Wb,safe_include=tao/IORManipulation/IORManip_Loader.h \
-o IORManipulation
idlflags -= -Sa -St
IORManipulation/IOR.pidl
}
Pkgconfig_Files {
IORManipulation/TAO_IORManip.pc.in
}
}
|