Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git] / TAO / tests / Bug_3768_Regression / Bug_3768_Test.mpc
blob2eb76160d483e01b7c49d75e7dcf80037342df99
1 // -*- MPC -*-
3 project(*idl): taoidldefaults {
4   idlflags += -Sp
5   IDL_Files {
6     Test.idl
7   }
8   custom_only = 1
11 project(*Server): taoserver {
12   after += *idl
13   exename = server
14   Source_Files {
15     TestServer.cpp
16     server.cpp
17   }
18   Source_Files {
19     TestC.cpp
20     TestS.cpp
21   }
22   IDL_Files {
23   }
26 project(*Client): taoserver {
27   after += *idl
28   exename = client
29   Source_Files {
30     TestCallback.cpp
31     client.cpp
32   }
33   Source_Files {
34     TestC.cpp
35     TestS.cpp
36   }
37   IDL_Files {
38   }