summaryrefslogtreecommitdiff
path: root/TAO/tests/Smart_Proxies/Policy/SP_Policy.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Smart_Proxies/Policy/SP_Policy.mpc')
-rw-r--r--TAO/tests/Smart_Proxies/Policy/SP_Policy.mpc35
1 files changed, 35 insertions, 0 deletions
diff --git a/TAO/tests/Smart_Proxies/Policy/SP_Policy.mpc b/TAO/tests/Smart_Proxies/Policy/SP_Policy.mpc
new file mode 100644
index 00000000000..920c81e7db3
--- /dev/null
+++ b/TAO/tests/Smart_Proxies/Policy/SP_Policy.mpc
@@ -0,0 +1,35 @@
+// -*- MPC -*-
+// $Id$
+
+project(*idl): taoidldefaults, smart_proxies {
+ IDL_Files {
+ test.idl
+ }
+ custom_only = 1
+}
+
+project(*Server): taoserver, smart_proxies {
+ after += *idl
+ Source_Files {
+ server.cpp
+ }
+ Source_Files {
+ testC.cpp
+ testS.cpp
+ }
+ IDL_Files {
+ }
+}
+
+project(*Client): taoclient, smart_proxies {
+ after += *idl
+ Source_Files {
+ client.cpp
+ Smart_Proxy_Impl.cpp
+ }
+ Source_Files {
+ testC.cpp
+ }
+ IDL_Files {
+ }
+}