Changes to attempt to silence bcc64x
[ACE_TAO.git] / TAO / orbsvcs / tests / Miop / McastFragmentation / McastFragmentation.mpc
blob5066b917d01692dc5d9d6c6938241efcbab7a732
1 // -*- MPC -*-
2 //
4 project(*IDL): taoidldefaults {
5   IDL_Files {
6     Hello.idl
7   }
8   custom_only = 1
11 project(*Server) : taoserver, portablegroup {
12   exename = server
13   after += *IDL
15   Source_Files {
16     Hello_Impl.cpp
17     HelloC.cpp
18     HelloS.cpp
19     server.cpp
20   }
21   IDL_Files {
22   }
25 project(*Client) : taoclient, portablegroup {
26   exename = client
27   after += *IDL
29   Source_Files {
30     HelloC.cpp
31     client.cpp
32   }
33   IDL_Files {
34   }