diff options
author | jtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2006-12-06 15:36:29 +0000 |
---|---|---|
committer | jtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2006-12-06 15:36:29 +0000 |
commit | 04d4fd62f4da8e97aebf028f14d19209a7ed406c (patch) | |
tree | 082bae2bae11836f351d94a8e28bc527d7d532c5 /TAO/tests/Big_Oneways/Big_Oneways.mpc | |
parent | 90967079902c5fbeb5e38561154d56ef3a0e71a4 (diff) | |
download | ATCD-04d4fd62f4da8e97aebf028f14d19209a7ed406c.tar.gz |
ChangeLogTag: Wed Dec 6 15:29:25 UTC 2006 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'TAO/tests/Big_Oneways/Big_Oneways.mpc')
-rw-r--r-- | TAO/tests/Big_Oneways/Big_Oneways.mpc | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/TAO/tests/Big_Oneways/Big_Oneways.mpc b/TAO/tests/Big_Oneways/Big_Oneways.mpc index 5cf458a0b1e..6ce9fa45d76 100644 --- a/TAO/tests/Big_Oneways/Big_Oneways.mpc +++ b/TAO/tests/Big_Oneways/Big_Oneways.mpc @@ -1,21 +1,37 @@ // -*- MPC -*- // $Id$ +project(*idl): taoidldefaults { + IDL_Files { + Test.idl + } + custom_only = 1 +} + project(*Server): taoserver { + after += *idl Source_Files { Coordinator.cpp Session_Control.cpp server.cpp + TestC.cpp + TestS.cpp + } + IDL_Files { } } project(*Client): taoexe, portableserver { + after += *idl after += *Server Source_Files { Peer.cpp Session.cpp Session_Task.cpp client.cpp + TestC.cpp + TestS.cpp + } + IDL_Files { } } - |