summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/CosEC/TypedSimple/CosEC_TypedSimple.mpc
blob: 7cdc552b7edc9667cbac6f76459292a8e59eb365 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
project(*Consumer) : event, taoserver {
  source_files {
    Consumer.cpp
    Country_i.cpp
  }

  includes += $(TAO_ROOT)/orbsvcs
  idlflags +=  -I$(TAO_ROOT)/orbsvcs
}

project(*Supplier) : event, taoserver {
  source_files {
    Supplier.cpp
  }

  includes += $(TAO_ROOT)/orbsvcs
  idlflags +=  -I$(TAO_ROOT)/orbsvcs
}