summaryrefslogtreecommitdiff
path: root/TAO/tests/RTCORBA/Bug_3643_Regression/Bug_3643_Regression.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/RTCORBA/Bug_3643_Regression/Bug_3643_Regression.mpc')
-rw-r--r--TAO/tests/RTCORBA/Bug_3643_Regression/Bug_3643_Regression.mpc37
1 files changed, 37 insertions, 0 deletions
diff --git a/TAO/tests/RTCORBA/Bug_3643_Regression/Bug_3643_Regression.mpc b/TAO/tests/RTCORBA/Bug_3643_Regression/Bug_3643_Regression.mpc
new file mode 100644
index 00000000000..fd607f158e1
--- /dev/null
+++ b/TAO/tests/RTCORBA/Bug_3643_Regression/Bug_3643_Regression.mpc
@@ -0,0 +1,37 @@
+// -*- MPC -*-
+// $Id$
+
+project(*idl): taoidldefaults {
+ idlflags += -Sp
+ IDL_Files {
+ test.idl
+ }
+ custom_only = 1
+}
+
+project(*Server): rt_server {
+ after += *idl
+ Source_Files {
+ test_i.cpp
+ server.cpp
+ }
+ Source_Files {
+ testC.cpp
+ testS.cpp
+ }
+ IDL_Files {
+ }
+}
+
+project(*Client): rt_client {
+ after += *idl
+ Source_Files {
+ client.cpp
+ }
+ Source_Files {
+ testC.cpp
+ }
+ IDL_Files {
+ }
+}
+