summaryrefslogtreecommitdiff
path: root/ace/svcconf.mpb
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>2005-02-15 23:07:37 +0000
committerSteve Huston <shuston@riverace.com>2005-02-15 23:07:37 +0000
commit34104cf059eeafbd1382ac7f9315e0c9a4afac2e (patch)
tree929cad045679537bffe42e0311c7d1ac90539359 /ace/svcconf.mpb
parent2cf1b9573c6f58e31ad17124620d11875cf8dab9 (diff)
downloadATCD-PROACTOR_FIXES_STEVE_JAN05.tar.gz
Commit merged-in changes from mainlinePROACTOR_FIXES_STEVE_JAN05
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
}
}