summaryrefslogtreecommitdiff
path: root/TAO/tests/Bug_1495_Regression/Bug_1495.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Bug_1495_Regression/Bug_1495.mpc')
-rw-r--r--TAO/tests/Bug_1495_Regression/Bug_1495.mpc41
1 files changed, 41 insertions, 0 deletions
diff --git a/TAO/tests/Bug_1495_Regression/Bug_1495.mpc b/TAO/tests/Bug_1495_Regression/Bug_1495.mpc
new file mode 100644
index 00000000000..a1d2b35a529
--- /dev/null
+++ b/TAO/tests/Bug_1495_Regression/Bug_1495.mpc
@@ -0,0 +1,41 @@
+// -*- MPC -*-
+// $Id$
+
+project(*idl): taoidldefaults {
+ IDL_Files {
+ test.idl
+ }
+ custom_only = 1
+}
+
+project(*Server): taoserver, pi_server, interceptors {
+ after += *idl
+ Source_Files {
+ test_i.cpp
+ testC.cpp
+ testS.cpp
+ Server_ORBInitializer.cpp
+ server_interceptor.cpp
+ Threaded_Server.cpp
+ }
+ IDL_Files {
+ }
+}
+
+project(*Client): taoserver, pi, interceptors {
+ exename = client
+ after += *idl
+ Source_Files {
+ test_i.cpp
+ testC.cpp
+ testS.cpp
+ client_interceptor.cpp
+ Threaded_Client.cpp
+
+ Server_Task.cpp
+ Client_Task.cpp
+ }
+ IDL_Files {
+ }
+}
+