diff options
author | stanleyk <stanleyk@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2013-03-08 16:14:48 +0000 |
---|---|---|
committer | stanleyk <stanleyk@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2013-03-08 16:14:48 +0000 |
commit | fdd79041023ea4a5afe7ed0b30944795a3b717e9 (patch) | |
tree | 61919758c0cbdd899e06a5ea008a705b731e0b55 /TAO/orbsvcs | |
parent | 5c7748ea099e03b25fd5d8310a712b35b33b14aa (diff) | |
download | ATCD-fdd79041023ea4a5afe7ed0b30944795a3b717e9.tar.gz |
Added dependency from client to IDL generation
Diffstat (limited to 'TAO/orbsvcs')
-rw-r--r-- | TAO/orbsvcs/tests/FT_Naming/FaultTolerant/FaultTolerant.mpc | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/TAO/orbsvcs/tests/FT_Naming/FaultTolerant/FaultTolerant.mpc b/TAO/orbsvcs/tests/FT_Naming/FaultTolerant/FaultTolerant.mpc index 5a6f64227f4..5f8b3f58c4d 100644 --- a/TAO/orbsvcs/tests/FT_Naming/FaultTolerant/FaultTolerant.mpc +++ b/TAO/orbsvcs/tests/FT_Naming/FaultTolerant/FaultTolerant.mpc @@ -1,15 +1,6 @@ // -*- MPC -*- // $Id$ -project(*Client) : ftnaming { - exename = client - - Source_Files { - client.cpp - } - -} - project(*idl): taoidldefaults { IDL_Files { Test.idl @@ -30,3 +21,13 @@ project(*server): ftnaming { IDL_Files { } } + +project(*Client) : ftnaming { + exename = client + after += *idl + + Source_Files { + client.cpp + } + +} |