summaryrefslogtreecommitdiff
path: root/bin/MakeProjectCreator/config/ciao_servant.mpb
blob: ed58a655c1bc968903d6d90a06f2cc9e36e6625a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
project : ciao_component {
  after += CIAO_Server
  libs  += CIAO_Server

  Define_Custom(CIDL) {
    automatic         = 0
    command           = $(CIAO_ROOT)/bin/cidlc --lem-file-suffix E.idl --
    inputext          = cidl
    source_outputext  = _svnt.cpp
    generic_outputext = E.idl
  }

}