summaryrefslogtreecommitdiff
path: root/TAO/tests/ICMG_Any_Bug/Hello.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/ICMG_Any_Bug/Hello.mpc')
-rw-r--r--TAO/tests/ICMG_Any_Bug/Hello.mpc21
1 files changed, 3 insertions, 18 deletions
diff --git a/TAO/tests/ICMG_Any_Bug/Hello.mpc b/TAO/tests/ICMG_Any_Bug/Hello.mpc
index d22d23a1041..a41e64733b8 100644
--- a/TAO/tests/ICMG_Any_Bug/Hello.mpc
+++ b/TAO/tests/ICMG_Any_Bug/Hello.mpc
@@ -1,34 +1,19 @@
// -*- MPC -*-
// $Id$
-project(ICMG_Any_Bug_Hello_IDL): taoidldefaults {
- idlflags -= -St
- idlflags -= -Sa
- IDL_Files {
- Test.idl
- }
- custom_only = 1
-}
-
project(ICMG_Any_Bug_Hello_Server): taoserver {
- after += ICMG_Any_Bug_Hello_IDL
Source_Files {
Hello.cpp
HelloWorld.cpp
server.cpp
- TestS.cpp
- TestC.cpp
- }
- IDL_Files {
}
}
-project(ICMG_Any_Bug_Hello_Client): taoclient, ifr_client, dynamicinterface, avoids_minimum_corba, avoids_corba_e_compact, avoids_corba_e_micro {
- after += ICMG_Any_Bug_Hello_IDL
+project(ICMG_Any_Bug_Hello_Client): taoclient, ifr_client, dynamicinterface, minimum_corba {
+ after += ICMG_Any_Bug_Hello_Server
Source_Files {
TestC.cpp
client.cpp
}
- IDL_Files {
- }
}
+