Merge pull request #2222 from jwillemsen/jwi-dllexportwarning
[ACE_TAO.git] / TAO / tests / Smart_Proxies / dtor / dtor.mpc
bloba9a8119004c026be8e7b981fd72a9dbba1325cf0
1 project(*idl): taoidldefaults, smart_proxies {
2   IDL_Files {
3     test.idl
4   }
5   custom_only = 1
8 project(*Server): taoserver, smart_proxies {
9   after += *idl
10   Source_Files {
11     server.cpp
12   }
13   Source_Files {
14     testC.cpp
15     testS.cpp
16   }
17   IDL_Files {
18   }
21 project(*Client): taoclient, anytypecode, smart_proxies {
22   after += *idl
23   Source_Files {
24     Smart_Proxy_Impl.cpp
25     client.cpp
26   }
27   Source_Files {
28     testC.cpp
29   }
30   IDL_Files {
31   }