Merge pull request #2303 from jwillemsen/jwi-803
[ACE_TAO.git] / TAO / tests / LongDouble / LongDoubleTest.mpc
blob4789a0deb2effd80c4ed620de46c36fdd335b5d7
1 // -*- MPC -*-
2 project(*idl): taoidldefaults {
3   custom_only = 1
7 project(*Server): taoserver {
8   after  += *idl
10   IDL_Files {
11   }
13   Source_Files {
14     TestS.cpp
15     TestC.cpp
16     Global.cpp
17     LongDoubleTest.cpp
18     server.cpp
19   }
22 project(*Client): taoclient {
23   after  += *idl
25   IDL_Files {
26   }
28   Source_Files {
29     TestC.cpp
30     Global.cpp
31     client.cpp
32   }