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.mpc18
1 files changed, 14 insertions, 4 deletions
diff --git a/TAO/CIAO/CIDLC/CIDLC.mpc b/TAO/CIAO/CIDLC/CIDLC.mpc
index 034bf35a71b..9a153b3858f 100644
--- a/TAO/CIAO/CIDLC/CIDLC.mpc
+++ b/TAO/CIAO/CIDLC/CIDLC.mpc
@@ -7,10 +7,20 @@ project(CIDLC): cidlc {
libs += CIDL IDL3 IDL2 CodeGenerationKit CompilerElements
Source_Files {
- *.cpp
+ 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
}
- Header_Files {
- *.hpp
- }
}