summaryrefslogtreecommitdiff
path: root/TAO/tests/Connect_Strategy_Test/Connect_Strategy_Test.mpc
blob: 6518afd3574fe4e4d2916ee2f1126509b49cce95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
project(*Server): taoexe, portableserver {
  Source_Files {
    Hello.cpp
    server.cpp
  }
}

project(*Client): taoexe {
  Source_Files {
    TestC.cpp
    client.cpp
  }
}