summaryrefslogtreecommitdiff
path: root/trunk/TAO/tests/ICMG_Any_Bug/Hello.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/TAO/tests/ICMG_Any_Bug/Hello.mpc')
-rw-r--r--trunk/TAO/tests/ICMG_Any_Bug/Hello.mpc34
1 files changed, 34 insertions, 0 deletions
diff --git a/trunk/TAO/tests/ICMG_Any_Bug/Hello.mpc b/trunk/TAO/tests/ICMG_Any_Bug/Hello.mpc
new file mode 100644
index 00000000000..d22d23a1041
--- /dev/null
+++ b/trunk/TAO/tests/ICMG_Any_Bug/Hello.mpc
@@ -0,0 +1,34 @@
+// -*- 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
+ Source_Files {
+ TestC.cpp
+ client.cpp
+ }
+ IDL_Files {
+ }
+}