summaryrefslogtreecommitdiff
path: root/TAO/tests/GIOP_Fragments/Big_String_Sequence/Big_String_Sequence.mpc
blob: 155304588b14c1db44757fa49ef0f0aa2f620c9d (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
// -*- MPC -*-
project(*idl): taoidldefaults {
  IDL_Files {
    Echo.idl
  }
  custom_only = 1
}

project(*Server): taoserver {
  exename = server
  after += *idl
  Source_Files {
    Echo_i.cpp
    server.cpp
    EchoS.cpp
    EchoC.cpp
  }
  IDL_Files {
  }
}

project(*Client): taoclient {
  exename = client
  after += *idl
  Source_Files {
    client.cpp
    EchoC.cpp
  }
  IDL_Files {
  }
}