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

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