=default for generated implementation copy ctor
[ACE_TAO.git] / TAO / examples / PluggableUDP / tests / SimplePerformance / SimplePerformance.mpc
blobf13f3f5f3030cc0de5e417a29503b96727fdc43d
1 // -*- MPC -*-
2 project(*IDL): taoidldefaults {
3   idlflags += -Sp -Sd
5   IDL_Files {
6     test.idl
7   }
9   custom_only = 1
12 project(*server): taoserver, strategies {
13   exename = server
14   after += *IDL
16   Source_Files {
17     server.cpp
18     test_i.cpp
19     testS.cpp
20     testC.cpp
21   }
23   IDL_Files {
24   }
27 project(*client): taoserver, strategies {
28   exename = client
29   after += *IDL
31   Source_Files {
32     client.cpp
33     testC.cpp
34   }
36   IDL_Files {
37   }