summaryrefslogtreecommitdiff
path: root/CIAO/tools/Config_Handlers/Utils/Utils.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'CIAO/tools/Config_Handlers/Utils/Utils.mpc')
-rw-r--r--CIAO/tools/Config_Handlers/Utils/Utils.mpc15
1 files changed, 0 insertions, 15 deletions
diff --git a/CIAO/tools/Config_Handlers/Utils/Utils.mpc b/CIAO/tools/Config_Handlers/Utils/Utils.mpc
deleted file mode 100644
index 6fc4f4697a1..00000000000
--- a/CIAO/tools/Config_Handlers/Utils/Utils.mpc
+++ /dev/null
@@ -1,15 +0,0 @@
-// $Id$
-
-project (CIAO_XML_Utils) : acelib, xerces, exceptions {
- includes += $(CIAO_ROOT)/tools/Config_Handlers
- sharedname += CIAO_XML_Utils
- dynamicflags = CIAO_XML_UTILS_BUILD_DLL
- macros += XML_USE_PTHREADS
-
- Source_Files {
- XML_Schema_Resolver.cpp
- XML_Error_Handler.cpp
- XML_Helper.cpp
- XercesString.cpp
- }
-}