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

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