summaryrefslogtreecommitdiff
path: root/TAO/CIAO/CCF/CCF/CIDL/CIDL.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/CCF/CCF/CIDL/CIDL.mpc')
-rw-r--r--TAO/CIAO/CCF/CCF/CIDL/CIDL.mpc24
1 files changed, 0 insertions, 24 deletions
diff --git a/TAO/CIAO/CCF/CCF/CIDL/CIDL.mpc b/TAO/CIAO/CCF/CCF/CIDL/CIDL.mpc
deleted file mode 100644
index 9006d3a7577..00000000000
--- a/TAO/CIAO/CCF/CCF/CIDL/CIDL.mpc
+++ /dev/null
@@ -1,24 +0,0 @@
-//$Id$
-
-project(CIDL) {
- requires += cidl exceptions
- sharedname =
- staticname = CIDL
- includes += ../..
- libout = ..
- Source_Files {
- .
- ./SemanticGraph
- ./Traversal
- ./SemanticAction
- ./SemanticAction/Impl
- }
-
- specific(vc71) {
- libs += boost_regex_debug boost_filesystem_debug
- }
-
- verbatim(gnuace, top) {
- include ../../Config.rules
- }
-}