summaryrefslogtreecommitdiff
path: root/TAO/CIAO/CIDLC/CIDLC.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/CIDLC/CIDLC.mpc')
-rw-r--r--TAO/CIAO/CIDLC/CIDLC.mpc26
1 files changed, 0 insertions, 26 deletions
diff --git a/TAO/CIAO/CIDLC/CIDLC.mpc b/TAO/CIAO/CIDLC/CIDLC.mpc
deleted file mode 100644
index 9a153b3858f..00000000000
--- a/TAO/CIAO/CIDLC/CIDLC.mpc
+++ /dev/null
@@ -1,26 +0,0 @@
-//$Id$
-
-project(CIDLC): cidlc {
- exename = cidlc
- after += IDL2 IDL3 CIDL CodeGenerationKit CompilerElements
- install = ../bin
- libs += CIDL IDL3 IDL2 CodeGenerationKit CompilerElements
-
- Source_Files {
- ExecutorMappingGenerator.cpp
- DescriptorGenerator.cpp
- ExecImplGenerator.cpp
- ExecImplHeaderGenerator.cpp
- ExecImplSourceGenerator.cpp
- ExecutorMappingGenerator.cpp
- RepositoryIdGenerator.cpp
- SizeTypeCalculator.cpp
- ServantGenerator.cpp
- ServantHeaderGenerator.cpp
- ServantSourceGenerator.cpp
- TypeNameEmitter.cpp
- Literals.cpp
- cidlc.cpp
- }
-
-}