summaryrefslogtreecommitdiff
path: root/modules/CIAO/CIDLC/CIDLC.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'modules/CIAO/CIDLC/CIDLC.mpc')
-rw-r--r--modules/CIAO/CIDLC/CIDLC.mpc16
1 files changed, 16 insertions, 0 deletions
diff --git a/modules/CIAO/CIDLC/CIDLC.mpc b/modules/CIAO/CIDLC/CIDLC.mpc
new file mode 100644
index 00000000000..034bf35a71b
--- /dev/null
+++ b/modules/CIAO/CIDLC/CIDLC.mpc
@@ -0,0 +1,16 @@
+//$Id$
+
+project(CIDLC): cidlc {
+ exename = cidlc
+ after += IDL2 IDL3 CIDL CodeGenerationKit CompilerElements
+ install = ../bin
+ libs += CIDL IDL3 IDL2 CodeGenerationKit CompilerElements
+
+ Source_Files {
+ *.cpp
+ }
+
+ Header_Files {
+ *.hpp
+ }
+}