Merge pull request #2301 from sonndinh/remove-dup-reactor-functions
[ACE_TAO.git] / TAO / tests / Bug_3548_Regression / Bug_3548_Regression.mpc
blob5fdd570c2c22044ee9f447862e70be1fdfada2a8
1 // -*- MPC -*-
2 project(*idl): taoidldefaults {
3   idlflags += -Sp
4   IDL_Files {
5     memeater.idl
6   }
7   custom_only = 1
10 project(*Client): taoclient {
11   after += *idl
12   Source_Files {
13     client.cpp
14   }
15   Source_Files {
16     memeaterC.cpp
17   }
18   IDL_Files {
19   }