Merge pull request #2222 from jwillemsen/jwi-dllexportwarning
[ACE_TAO.git] / TAO / tests / Bug_3333_Regression / Bug3333.mpc
blob0237d394884fcb75d6806622f753379511938d2f
1 // -*- MPC -*-
2 project(*idl): taoidldefaults {
3   idlflags += -Sp
4   IDL_Files {
5     Test.idl
6   }
7   custom_only = 1
10 project(*Server): taoserver, iortable {
11   exename  = *
12   after += *idl
13   Source_Files {
14     Hello.cpp
15     server.cpp
16   }
17   Source_Files {
18     TestC.cpp
19     TestS.cpp
20   }
21   IDL_Files {
22   }
25 project(*Client): taoclient, messaging {
26   exename  = *
27   after += *idl
28   Source_Files {
29     client.cpp
30   }
31   Source_Files {
32     TestC.cpp
33   }
34   IDL_Files {
35   }