summaryrefslogtreecommitdiff
path: root/TAO/tests/OBV/TC_Alignment/OBV_TC_Alignment.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/OBV/TC_Alignment/OBV_TC_Alignment.mpc')
-rw-r--r--TAO/tests/OBV/TC_Alignment/OBV_TC_Alignment.mpc35
1 files changed, 35 insertions, 0 deletions
diff --git a/TAO/tests/OBV/TC_Alignment/OBV_TC_Alignment.mpc b/TAO/tests/OBV/TC_Alignment/OBV_TC_Alignment.mpc
new file mode 100644
index 00000000000..075cfc0f63c
--- /dev/null
+++ b/TAO/tests/OBV/TC_Alignment/OBV_TC_Alignment.mpc
@@ -0,0 +1,35 @@
+// -*- MPC -*-
+// $Id$
+
+project(*idl): taoidldefaults, valuetype {
+ IDL_Files {
+ test.idl
+ }
+ custom_only = 1
+}
+
+project(*Server): taoserver, valuetype {
+ after += *idl
+ Source_Files {
+ test_i.cpp
+ server.cpp
+ }
+ Source_Files {
+ testC.cpp
+ testS.cpp
+ }
+ IDL_Files {
+ }
+}
+
+project(*Client): taoclient, valuetype {
+ after += *idl
+ Source_Files {
+ client.cpp
+ }
+ Source_Files {
+ testC.cpp
+ }
+ IDL_Files {
+ }
+}