summaryrefslogtreecommitdiff
path: root/ACE/TAO/tests/TransportCurrent/lib/Current_Test_Lib.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/tests/TransportCurrent/lib/Current_Test_Lib.mpc')
-rw-r--r--ACE/TAO/tests/TransportCurrent/lib/Current_Test_Lib.mpc55
1 files changed, 55 insertions, 0 deletions
diff --git a/ACE/TAO/tests/TransportCurrent/lib/Current_Test_Lib.mpc b/ACE/TAO/tests/TransportCurrent/lib/Current_Test_Lib.mpc
new file mode 100644
index 00000000000..e2806575743
--- /dev/null
+++ b/ACE/TAO/tests/TransportCurrent/lib/Current_Test_Lib.mpc
@@ -0,0 +1,55 @@
+// -*- MPC -*-
+// $Id$
+
+project(*idl): taoidldefaults {
+
+ dynamicflags += CURRENT_TEST_BUILD_DLL
+ idlflags += -Wb,export_include=Current_Test_Export.h \
+ -Wb,export_macro=Current_Test_Export
+
+ IDL_Files {
+ Current_Test.idl
+ }
+
+ custom_only = 1
+}
+
+project(*Client): tc {
+
+ after += *idl
+ includes += .
+ dynamicflags += CURRENT_TEST_BUILD_DLL
+
+ Source_Files {
+ Client_Request_Interceptor.cpp
+ Client_ORBInitializer.cpp
+ }
+
+ Source_Files {
+ Current_TestC.cpp
+ }
+
+ IDL_Files {
+ }
+}
+
+project(*Server): tc, pi_server {
+
+ after += *idl
+ includes += .
+ dynamicflags += CURRENT_TEST_BUILD_DLL
+
+ Source_Files {
+ Server_Request_Interceptor.cpp
+ Server_ORBInitializer.cpp
+ }
+
+ Source_Files {
+ Current_TestC.cpp
+ Current_TestS.cpp
+ }
+
+ IDL_Files {
+ }
+}
+