summaryrefslogtreecommitdiff
path: root/ACE/TAO/tests/InterOp-Naming/InterOp-Naming.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/tests/InterOp-Naming/InterOp-Naming.mpc')
-rw-r--r--ACE/TAO/tests/InterOp-Naming/InterOp-Naming.mpc38
1 files changed, 38 insertions, 0 deletions
diff --git a/ACE/TAO/tests/InterOp-Naming/InterOp-Naming.mpc b/ACE/TAO/tests/InterOp-Naming/InterOp-Naming.mpc
new file mode 100644
index 00000000000..515a689a52b
--- /dev/null
+++ b/ACE/TAO/tests/InterOp-Naming/InterOp-Naming.mpc
@@ -0,0 +1,38 @@
+// -*- MPC -*-
+// $Id$
+
+project(*idl): taoidldefaults {
+ IDL_Files {
+ INS.idl
+ }
+ custom_only = 1
+}
+
+project(*Server): taoserver, utils, iortable, avoids_corba_e_micro {
+ exename = INS_test_server
+ after += *idl
+ Source_Files {
+ INS_i.cpp
+ Server_i.cpp
+ INS_test_server.cpp
+ }
+ Source_Files {
+ INSC.cpp
+ INSS.cpp
+ }
+ IDL_Files {
+ }
+}
+
+project(*Client): taoclient, anytypecode {
+ exename = INS_test_client
+ after += *idl
+ Source_Files {
+ INS_test_client.cpp
+ }
+ Source_Files {
+ INSC.cpp
+ }
+ IDL_Files {
+ }
+}