diff options
Diffstat (limited to 'TAO/orbsvcs/tests/FtRtEvent/FtRtEvent.mpc')
-rw-r--r-- | TAO/orbsvcs/tests/FtRtEvent/FtRtEvent.mpc | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/TAO/orbsvcs/tests/FtRtEvent/FtRtEvent.mpc b/TAO/orbsvcs/tests/FtRtEvent/FtRtEvent.mpc new file mode 100644 index 00000000000..774382d8d09 --- /dev/null +++ b/TAO/orbsvcs/tests/FtRtEvent/FtRtEvent.mpc @@ -0,0 +1,28 @@ +// -*- MPC -*- +// $Id$ + +project(*Consumer): orbsvcsexe, ftrteventclient, strategies { + exename = consumer + + Source_Files { + consumer.cpp + PushConsumer.cpp + } + + Header_Files { + PushConsumer.h + } +} + +project(*Supplier): orbsvcsexe, ftrteventclient, strategies { + exename = supplier + + Source_Files { + supplier.cpp + PushSupplier.cpp + } + + Header_Files { + PushSupplier.h + } +} |