summaryrefslogtreecommitdiff
path: root/ace/svcconf.mpb
diff options
context:
space:
mode:
Diffstat (limited to 'ace/svcconf.mpb')
-rw-r--r--ace/svcconf.mpb32
1 files changed, 15 insertions, 17 deletions
diff --git a/ace/svcconf.mpb b/ace/svcconf.mpb
index 5f5ba112e86..c05fd56ce09 100644
--- a/ace/svcconf.mpb
+++ b/ace/svcconf.mpb
@@ -5,22 +5,20 @@ feature(ace_svcconf) {
macros += ACE_HAS_ACE_SVCCONF
Source_Files(ACE_COMPONENTS) {
- Svcconf {
- DLL.cpp
- DLL_Manager.cpp
- Dynamic_Service_Base.cpp
- Parse_Node.cpp
- Service_Config.cpp
- Service_Manager.cpp
- Service_Object.cpp
- Service_Repository.cpp
- Service_Types.cpp
- Service_Templates.cpp
- Shared_Object.cpp
- Svc_Conf_l.cpp
- Svc_Conf_y.cpp
- Svc_Conf_Lexer_Guard.cpp
- XML_Svc_Conf.cpp
- }
+ DLL.cpp
+ DLL_Manager.cpp
+ Dynamic_Service_Base.cpp
+ Parse_Node.cpp
+ Service_Config.cpp
+ Service_Manager.cpp
+ Service_Object.cpp
+ Service_Repository.cpp
+ Service_Types.cpp
+ Service_Templates.cpp
+ Shared_Object.cpp
+ Svc_Conf_l.cpp
+ Svc_Conf_y.cpp
+ Svc_Conf_Lexer_Guard.cpp
+ XML_Svc_Conf.cpp
}
}