summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/HTIOP/Hello/HTIOP_Hello.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/HTIOP/Hello/HTIOP_Hello.mpc')
-rw-r--r--TAO/orbsvcs/tests/HTIOP/Hello/HTIOP_Hello.mpc45
1 files changed, 45 insertions, 0 deletions
diff --git a/TAO/orbsvcs/tests/HTIOP/Hello/HTIOP_Hello.mpc b/TAO/orbsvcs/tests/HTIOP/Hello/HTIOP_Hello.mpc
new file mode 100644
index 00000000000..a6fec141c7e
--- /dev/null
+++ b/TAO/orbsvcs/tests/HTIOP/Hello/HTIOP_Hello.mpc
@@ -0,0 +1,45 @@
+// -*- MPC -*-
+//
+// $Id$
+
+project(*idl): taoidldefaults {
+ idlflags += -Sa -St
+
+ IDL_Files {
+ Test.idl
+ }
+
+ custom_only = 1
+}
+
+project(*Server): taoserver, naming, iortable {
+ after += *idl
+ macros += TEST_OUTPUT_HAS_DLL=0
+ Source_Files {
+ Test_Output.cpp
+ TestS.cpp
+ TestC.cpp
+ Hello.cpp
+ server.cpp
+ }
+ Header_Files {
+ ../test_config.h
+ }
+ IDL_Files {
+ }
+}
+
+project(*Client): taoclient {
+ after += *idl
+ macros += TEST_OUTPUT_HAS_DLL=0
+ Source_Files {
+ Test_Output.cpp
+ TestC.cpp
+ client.cpp
+ }
+ Header_Files {
+ ../test_config.h
+ }
+ IDL_Files {
+ }
+}