summaryrefslogtreecommitdiff
path: root/TAO/interop-tests/wchar/interop_wchar.mpc
blob: e256622242d32530c1427520bc8367f57b727e60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
// -*- MPC -*-
// $Id$

project(*IDL): taoidldefaults, anytypecode {
  IDL_Files {
    interop_wchar.idl
  }
  custom_only = 1
}

project(*Server): taoserver, negotiate_codesets {
  after += *IDL
  Source_Files {
    interop_wchar_i.cpp
    wchar_reference.cpp
    server.cpp
    interop_wcharS.cpp
    interop_wcharC.cpp
  }
  IDL_Files {
  }
}

project(*Client): taoclient, anytypecode {
  after += *IDL
  Source_Files {
    interop_wcharC.cpp
    wchar_reference.cpp
    client.cpp
  }
  IDL_Files {
  }
}