summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/FtRtEvent/FtRtEvent.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/FtRtEvent/FtRtEvent.mpc')
-rw-r--r--TAO/orbsvcs/tests/FtRtEvent/FtRtEvent.mpc30
1 files changed, 30 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..f73fae7c25d
--- /dev/null
+++ b/TAO/orbsvcs/tests/FtRtEvent/FtRtEvent.mpc
@@ -0,0 +1,30 @@
+project(*Consumer): orbsvcsexe, ftrteventclient {
+ exename = consumer
+ specific(gnuace) {
+ lit_libs += TAO_Strategies
+ }
+ Source_Files {
+ consumer.cpp
+ PushConsumer.cpp
+ }
+
+ Header_Files {
+ PushConsumer.h
+ }
+}
+
+project(*Supplier): orbsvcsexe, ftrteventclient {
+ exename = supplier
+
+ specific(gnuace) {
+ lit_libs += TAO_Strategies
+ }
+ Source_Files {
+ supplier.cpp
+ PushSupplier.cpp
+ }
+
+ Header_Files {
+ PushSupplier.h
+ }
+}