blob: 6bed615c2c1bfc3e930f2909cbf841f97681b44b (
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_with_idl, tao_versioning_idl_defaults, install, interceptors, pi {
requires += transport_current
sharedname = TAO_TC
dynamicflags = TAO_TRANSPORT_CURRENT_BUILD_DLL
Source_Files {
TransportCurrent/Current_Impl.cpp
TransportCurrent/Current_Loader.cpp
TransportCurrent/Current_ORBInitializer_Base.cpp
}
Header_Files {
TransportCurrent/Current_Impl.h
TransportCurrent/Current_Loader.h
TransportCurrent/Current_ORBInitializer.h
TransportCurrent/Current_ORBInitializer_Base.h
TransportCurrent/Transport_Current.h
}
Inline_Files {
}
Template_Files {
TransportCurrent/Current_ORBInitializer.cpp
}
IDL_Files {
idlflags += -Wb,export_include=tao/TransportCurrent/Transport_Current_Export.h \
-Wb,export_macro=TAO_Transport_Current_Export \
-o TransportCurrent -I./TransportCurrent
idlflags -= -Sa -St -Sci -SS
TransportCurrent/TC.idl
}
Resource_Files {
}
PIDL_Files {
}
}
|