summaryrefslogtreecommitdiff
path: root/ACE/TAO/tests/Smart_Proxies/dtor/dtor.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/tests/Smart_Proxies/dtor/dtor.mpc')
-rw-r--r--ACE/TAO/tests/Smart_Proxies/dtor/dtor.mpc34
1 files changed, 34 insertions, 0 deletions
diff --git a/ACE/TAO/tests/Smart_Proxies/dtor/dtor.mpc b/ACE/TAO/tests/Smart_Proxies/dtor/dtor.mpc
new file mode 100644
index 00000000000..c672d6d72fd
--- /dev/null
+++ b/ACE/TAO/tests/Smart_Proxies/dtor/dtor.mpc
@@ -0,0 +1,34 @@
+//$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, anytypecode, smart_proxies {
+ after += *idl
+ Source_Files {
+ Smart_Proxy_Impl.cpp
+ client.cpp
+ }
+ Source_Files {
+ testC.cpp
+ }
+ IDL_Files {
+ }
+}