summaryrefslogtreecommitdiff
path: root/TAO/examples/POA/TIE/POA_TIE.mpc
blob: 68654880054a774e4d40be70719ecc65df429b85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
project(*Client) : taoexe, portableserver {
  requires += minimum_corba
  idlflags -= -Sc
  source_files {
    client.cpp
    testC.cpp
  }
}

project(*Server) : taoexe, portableserver {
  idlflags -= -Sc
  source_files {
    test_i.cpp
    server.cpp
  }
}