summaryrefslogtreecommitdiff
path: root/trunk/CIAO/CIDLC/CIDLC.mpc
blob: 034bf35a71bf1ea4c4c0c1e2a4e042ac6ecf0a5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
  }
}