summaryrefslogtreecommitdiff
path: root/TAO/interop-tests/wchar/interop_wchar.mpc
blob: a6175869bf68f294661e47a6200e1aa3d3b8a91e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// -*- MPC -*-
// $Id$

project(*Server): taoserver {
  Source_Files {
    interop_wchar_i.cpp
    wchar_reference.cpp
    server.cpp
  }
}

project(*Client): taoclient, anytypecode {
  Source_Files {
    interop_wcharC.cpp
    wchar_reference.cpp
    client.cpp
  }
}