summaryrefslogtreecommitdiff
path: root/TAO/tests/LongDouble/LongDoubleTest.mpc
blob: 4789a0deb2effd80c4ed620de46c36fdd335b5d7 (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
34
// -*- MPC -*-
project(*idl): taoidldefaults {
  custom_only = 1
}


project(*Server): taoserver {
  after  += *idl

  IDL_Files {
  }

  Source_Files {
    TestS.cpp
    TestC.cpp
    Global.cpp
    LongDoubleTest.cpp
    server.cpp
  }
}

project(*Client): taoclient {
  after  += *idl

  IDL_Files {
  }

  Source_Files {
    TestC.cpp
    Global.cpp
    client.cpp
  }
}