summaryrefslogtreecommitdiff
path: root/TAO/examples/Callback_Quoter/Callback_Quoter.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Callback_Quoter/Callback_Quoter.mpc')
-rw-r--r--TAO/examples/Callback_Quoter/Callback_Quoter.mpc6
1 files changed, 0 insertions, 6 deletions
diff --git a/TAO/examples/Callback_Quoter/Callback_Quoter.mpc b/TAO/examples/Callback_Quoter/Callback_Quoter.mpc
index d71411e1c13..6c75947df9d 100644
--- a/TAO/examples/Callback_Quoter/Callback_Quoter.mpc
+++ b/TAO/examples/Callback_Quoter/Callback_Quoter.mpc
@@ -1,6 +1,4 @@
project(Callback_Quoter notifier): namingexe {
- exename = notifier
-
Source_Files {
Notifier_i.cpp
Notifier_Input_Handler.cpp
@@ -9,8 +7,6 @@ project(Callback_Quoter notifier): namingexe {
}
project(Callback_Quoter consumer): namingexe {
- exename = consumer
-
Source_Files {
Consumer_Input_Handler.cpp
Consumer_Signal_Handler.cpp
@@ -21,8 +17,6 @@ project(Callback_Quoter consumer): namingexe {
}
project(Callback_Quoter supplier): namingexe {
- exename = supplier
-
Source_Files {
Supplier_i.cpp
Supplier_Timer_Handler.cpp