summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_3333_Regression/Bug3333.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_3333_Regression/Bug3333.mpc')
-rw-r--r--TAO/tests/Bug_3333_Regression/Bug3333.mpc39
1 files changed, 39 insertions, 0 deletions
diff --git a/TAO/tests/Bug_3333_Regression/Bug3333.mpc b/TAO/tests/Bug_3333_Regression/Bug3333.mpc
new file mode 100644
index 00000000000..cf6897ad73f
--- /dev/null
+++ b/TAO/tests/Bug_3333_Regression/Bug3333.mpc
@@ -0,0 +1,39 @@
+// -*- MPC -*-
+// $Id$
+
+project(*idl): taoidldefaults {
+ idlflags += -Sp
+ IDL_Files {
+ Test.idl
+ }
+ custom_only = 1
+}
+
+project(*Server): taoserver, iortable {
+ exename = *
+ after += *idl
+ Source_Files {
+ Hello.cpp
+ server.cpp
+ }
+ Source_Files {
+ TestC.cpp
+ TestS.cpp
+ }
+ IDL_Files {
+ }
+}
+
+project(*Client): taoclient, messaging {
+ exename = *
+ after += *idl
+ Source_Files {
+ client.cpp
+ }
+ Source_Files {
+ TestC.cpp
+ }
+ IDL_Files {
+ }
+}
+