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.mpc65
1 files changed, 65 insertions, 0 deletions
diff --git a/TAO/examples/Simulator/Event_Supplier/Event_Supplier.mpc b/TAO/examples/Simulator/Event_Supplier/Event_Supplier.mpc
new file mode 100644
index 00000000000..dd3b916adb2
--- /dev/null
+++ b/TAO/examples/Simulator/Event_Supplier/Event_Supplier.mpc
@@ -0,0 +1,65 @@
+// $Id$
+
+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 {
+ }
+
+ Source_Files {
+ Event_Con.cpp
+ NavWeapC.cpp
+ }
+}
+
+project(*Logging_Sup): rtevent_skel, rtsched, namingexe, utils {
+ exename = Logging_Sup
+ after += *IDL
+
+ IDL_Files {
+ }
+
+ 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 {
+ }
+
+ Source_Files {
+ DualEC_Sup.cpp
+ DOVE_Supplier.cpp
+ NavWeapS.cpp
+ NavWeapC.cpp
+ }
+}