2 // The specific section for gnuace is here to avoid problems
3 // with parallel builds. Since the libraries in question share source
4 // files, we need to ensure that one of them is built before all others.
5 // Also, a specific section was used because you can't set build order
6 // without setting a build dependency within vc6 and the like.
8 project(*AC_CLD) : acelib, ssl, threads {
11 dynamicflags += AC_CLD_BUILD_DLL
16 AC_Client_Logging_Daemon.cpp
21 project(*AIO_CLD) : acelib, ssl {
23 dynamicflags += AIO_CLD_BUILD_DLL
25 AIO_Client_Logging_Daemon.cpp
29 project(*CLD) : acelib, avoids_ace_for_tao {
32 dynamicflags += CLD_BUILD_DLL
34 Client_Logging_Daemon.cpp
36 Logging_Event_Handler.cpp
41 project(*Configurable_Log_Server) : aceexe {
43 exename = configurable_logging_server
45 Configurable_Logging_Server.cpp
50 project(*Display_Logfile) : aceexe, avoids_ace_for_tao {
51 exename = display_logfile
57 project(*Reactor_Log_Server) : aceexe, avoids_ace_for_tao {
59 exename = reactor_logging_server
62 Logging_Event_Handler.cpp
63 Logging_Event_Handler_Ex.cpp
65 Reactor_Logging_Server.cpp
69 project(*Select_Reactor_Log_Server) : aceexe, avoids_ace_for_tao {
71 exename = select_reactor_logging_server
73 after += *Reactor_Log_Server
77 Logging_Event_Handler.cpp
78 Logging_Event_Handler_Ex.cpp
80 Select_Reactor_Logging_Server.cpp
84 project(*SLD) : acelib, avoids_ace_for_tao {
87 dynamicflags += SLD_BUILD_DLL
94 Logging_Event_Handler.cpp
99 project(*SLDex) : acelib, avoids_ace_for_tao {
102 dynamicflags += SLDEX_BUILD_DLL
108 Logging_Event_Handler.cpp
109 Logging_Event_Handler_Ex.cpp
111 Reactor_Logging_Server_Adapter.cpp
117 project(*SR_Configurable_Log_Server) : aceexe {
118 exename = sr_configurable_logging_server
120 SR_Configurable_Logging_Server.cpp
124 project(*TP_Reactor_Log_Server) : aceexe, avoids_ace_for_tao {
126 exename = tp_reactor_logging_server
128 after += *Reactor_Log_Server
132 Logging_Event_Handler.cpp
133 Logging_Event_Handler_Ex.cpp
135 TP_Reactor_Logging_Server.cpp
139 project(*TPCLS) : acelib, ssl {
142 dynamicflags += TPCLS_BUILD_DLL
147 TPC_Logging_Server.cpp
152 project(*TPLS) : acelib, avoids_ace_for_tao {
155 dynamicflags += TPLS_BUILD_DLL
161 Logging_Event_Handler.cpp
163 TP_Logging_Server.cpp
167 project(*WFMO_Reactor_Log_Server) : aceexe, wfmo, avoids_ace_for_tao {
169 exename = wfmo_reactor_logging_server
171 after += *Reactor_Log_Server
175 Logging_Event_Handler.cpp
176 Logging_Event_Handler_Ex.cpp
178 WFMO_Reactor_Logging_Server.cpp