diff options
author | sma <sma@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2008-04-10 08:14:50 +0000 |
---|---|---|
committer | sma <sma@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2008-04-10 08:14:50 +0000 |
commit | aac2c58e42222be39d53851f4cd89f42fb676700 (patch) | |
tree | 999b84c24c6e6d1c64672a795cfa17b4d63e4497 /TAO/tests | |
parent | 9ca582033198d579c8a493d9dbc1f58482e05944 (diff) | |
download | ATCD-aac2c58e42222be39d53851f4cd89f42fb676700.tar.gz |
ChangeLogTag: Thu Apr 10 08:15:00 UTC 2008 Simon Massey <simon dot massey at prismtech dot com>
Diffstat (limited to 'TAO/tests')
-rw-r--r-- | TAO/tests/DII_AMI_Forward/DII_AMI_Forward.mpc | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/TAO/tests/DII_AMI_Forward/DII_AMI_Forward.mpc b/TAO/tests/DII_AMI_Forward/DII_AMI_Forward.mpc index f134a899929..7841eb4a9ed 100644 --- a/TAO/tests/DII_AMI_Forward/DII_AMI_Forward.mpc +++ b/TAO/tests/DII_AMI_Forward/DII_AMI_Forward.mpc @@ -2,17 +2,27 @@ // $Id$ // +project(*idl): taoidldefaults { + IDL_Files { + test.idl + } + custom_only = 1; +} project (*Client): taoclient, dynamicinterface { + after += *idl Source_Files { client.cpp DII_ReplyHandler.cpp + testC.cpp + } + IDL_Files { } } project (*Server): messaging, pi_server, taoserver, avoids_minimum_corba { + after += *idl IDL_Files { - test.idl } Source_Files { |