summaryrefslogtreecommitdiff
path: root/TAO/tests/Portable_Interceptors/AdvSlot/AdvSlot.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Portable_Interceptors/AdvSlot/AdvSlot.mpc')
-rw-r--r--TAO/tests/Portable_Interceptors/AdvSlot/AdvSlot.mpc28
1 files changed, 28 insertions, 0 deletions
diff --git a/TAO/tests/Portable_Interceptors/AdvSlot/AdvSlot.mpc b/TAO/tests/Portable_Interceptors/AdvSlot/AdvSlot.mpc
new file mode 100644
index 00000000000..329a7bf2abd
--- /dev/null
+++ b/TAO/tests/Portable_Interceptors/AdvSlot/AdvSlot.mpc
@@ -0,0 +1,28 @@
+// $Id$
+project(*idl): taoidldefaults {
+ IDL_Files {
+ StateTransfer.idl
+ }
+ custom_only = 1
+}
+
+project(*Server): taoserver, pi_server {
+ after += *idl
+ Source_Files {
+ StateTransferC.cpp
+ StateTransferS.cpp
+ server.cpp
+ }
+ IDL_Files {
+ }
+}
+
+project(*Client): taoclient {
+ after += *idl
+ Source_Files {
+ StateTransferC.cpp
+ client.cpp
+ }
+ IDL_Files {
+ }
+}