summaryrefslogtreecommitdiff
path: root/trunk/TAO/performance-tests/CSD_Strategy/TestApps/csd_pt_testapps.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/TAO/performance-tests/CSD_Strategy/TestApps/csd_pt_testapps.mpc')
-rw-r--r--trunk/TAO/performance-tests/CSD_Strategy/TestApps/csd_pt_testapps.mpc21
1 files changed, 21 insertions, 0 deletions
diff --git a/trunk/TAO/performance-tests/CSD_Strategy/TestApps/csd_pt_testapps.mpc b/trunk/TAO/performance-tests/CSD_Strategy/TestApps/csd_pt_testapps.mpc
new file mode 100644
index 00000000000..ab02eb59e4d
--- /dev/null
+++ b/trunk/TAO/performance-tests/CSD_Strategy/TestApps/csd_pt_testapps.mpc
@@ -0,0 +1,21 @@
+// -*- MPC -*-
+// $Id$
+
+project(csd_test_server): csd_pt_test_exe, avoids_corba_e_micro {
+ exename=server_main
+
+ Source_Files {
+ ServerApp.cpp
+ server_main.cpp
+ }
+}
+
+project(csd_test_client): csd_pt_test_exe, avoids_corba_e_micro {
+ exename=client_main
+
+ Source_Files {
+ ClientApp.cpp
+ client_main.cpp
+ }
+}
+