summaryrefslogtreecommitdiff
path: root/TAO/examples/Simulator/Event_Supplier/Event_Supplier.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Simulator/Event_Supplier/Event_Supplier.mpc')
-rw-r--r--TAO/examples/Simulator/Event_Supplier/Event_Supplier.mpc30
1 files changed, 22 insertions, 8 deletions
diff --git a/TAO/examples/Simulator/Event_Supplier/Event_Supplier.mpc b/TAO/examples/Simulator/Event_Supplier/Event_Supplier.mpc
index 256cd9840a2..dd3b916adb2 100644
--- a/TAO/examples/Simulator/Event_Supplier/Event_Supplier.mpc
+++ b/TAO/examples/Simulator/Event_Supplier/Event_Supplier.mpc
@@ -1,51 +1,65 @@
// $Id$
-project(*Event_Sup): rtevent_skel, rtsched, namingexe, utils {
- exename = Event_Sup
+project(*IDL): taoidldefaults, anytypecode {
IDL_Files {
gendir = .
../NavWeap.idl
}
+ custom_only = 1
+}
+
+project(*Event_Sup): rtevent_skel, rtsched, namingexe, utils {
+ exename = Event_Sup
+ after += *IDL
+
+ IDL_Files {
+ }
+
Source_Files {
Event_Sup.cpp
DOVE_Supplier.cpp
+ NavWeapC.cpp
}
}
project(*Event_Con): rtevent_skel, rtsched, namingexe {
exename = Event_Con
+ after += *IDL
IDL_Files {
- gendir = .
- ../NavWeap.idl
}
+
Source_Files {
Event_Con.cpp
+ NavWeapC.cpp
}
}
project(*Logging_Sup): rtevent_skel, rtsched, namingexe, utils {
exename = Logging_Sup
+ after += *IDL
IDL_Files {
- gendir = .
- ../NavWeap.idl
}
+
Source_Files {
Logging_Sup.cpp
DOVE_Supplier.cpp
+ NavWeapC.cpp
}
}
project(*DualEC_Sup): rtevent_serv, rtsched, namingexe, utils {
exename = DualEC_Sup
+ after += *IDL
IDL_Files {
- gendir = .
- ../NavWeap.idl
}
+
Source_Files {
DualEC_Sup.cpp
DOVE_Supplier.cpp
+ NavWeapS.cpp
+ NavWeapC.cpp
}
}