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

project(*Server): taoexe, portableserver {
  Source_Files {
    interop_wchar_i.cpp
    wchar_reference.cpp
    server.cpp
  }
}

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