summaryrefslogtreecommitdiff
path: root/TAO/tests/InterOp-Naming/InterOp-Naming.mpc
blob: 20b5d0103f13ad74206d5ce66a3997fe89caec2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
project: server {
  depends += IORTable
  libs    += TAO_IORTable
  exename  = INS_test_server

  Source_Files {
    INS_i.cpp
    Server_i.cpp
    INS_test_server.cpp
  }
}

project: client {
  exename  = INS_test_client

  Source_Files {
    INSC.cpp
    INS_test_client.cpp
  }
}