summaryrefslogtreecommitdiff
path: root/TAO/tests/Strategies/Strategies.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Strategies/Strategies.mpc')
-rw-r--r--TAO/tests/Strategies/Strategies.mpc35
1 files changed, 35 insertions, 0 deletions
diff --git a/TAO/tests/Strategies/Strategies.mpc b/TAO/tests/Strategies/Strategies.mpc
new file mode 100644
index 00000000000..761fbd75754
--- /dev/null
+++ b/TAO/tests/Strategies/Strategies.mpc
@@ -0,0 +1,35 @@
+// -*- MPC -*-
+// $Id$
+
+project(*idl): taoidldefaults {
+ IDL_Files {
+ simple_test.idl
+ }
+ custom_only = 1
+}
+
+project(*Server): strategies, messaging, taoserver {
+ after += *idl
+ Source_Files {
+ simple_test_i.cpp
+ server.cpp
+ }
+ Source_Files {
+ simple_testC.cpp
+ simple_testS.cpp
+ }
+ IDL_Files {
+ }
+}
+
+project(*Client): strategies, messaging, taoexe, portableserver {
+ after += *idl
+ Source_Files {
+ client.cpp
+ }
+ Source_Files {
+ simple_testC.cpp
+ }
+ IDL_Files {
+ }
+}