Cleanup ACE_HAS_PTHREAD_SIGMASK_PROTOTYPE, all platforms support it so far as I can...
[ACE_TAO.git] / TAO / examples / Content_Server / SMI_Iterator / SMI_Iterator.mpc
blob4913265e7e1bb44779ad8205e835dee583281e0e
1 // -*- MPC -*-
2 project(*IDL): taoidldefaults {
3   IDL_Files {
4     Web_Server.idl
5   }
6   custom_only = 1
9 project(*Server): namingexe, portableserver {
10   exename = server
11   after += *IDL
12   avoids += ace_for_tao
13   Source_Files {
14     Content_Iterator_i.cpp
15     Iterator_Factory_i.cpp
16     server.cpp
17     Web_ServerS.cpp
18     Web_ServerC.cpp
19   }
20   IDL_Files {
21   }
24 project(*Client): namingexe {
25   exename = client
26   after += *IDL
27   avoids += ace_for_tao
28   Source_Files {
29     Web_ServerC.cpp
30     client.cpp
31   }
32   IDL_Files {
33   }