diff options
author | elliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-02-11 17:40:15 +0000 |
---|---|---|
committer | elliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-02-11 17:40:15 +0000 |
commit | 2bf88746921909648ccc306d176b79342426b32f (patch) | |
tree | 7726e3adb28996e7a6046e2e7abd82132826e2a2 /TAO/examples | |
parent | ffc53821f3ea52fe4d39427229d84695cf176c64 (diff) | |
download | ATCD-2bf88746921909648ccc306d176b79342426b32f.tar.gz |
ChangeLogTag: Wed Feb 11 11:38:18 2004 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/examples')
-rw-r--r-- | TAO/examples/Simulator/Event_Supplier/Event_Supplier.mpc | 58 |
1 files changed, 58 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..7cdac7c5849 --- /dev/null +++ b/TAO/examples/Simulator/Event_Supplier/Event_Supplier.mpc @@ -0,0 +1,58 @@ +project(*Event_Sup): rtoldevent, namingexe { + exename = Event_Sup + idlflags += -I$(TAO_ROOT)/orbsvcs/orbsvcs + includes += $(TAO_ROOT)/orbsvcs/orbsvcs $(TAO_ROOT)/orbsvcs + + IDL_Files { + gendir = . + ../NavWeap.idl + } + Source_Files { + Event_Sup.cpp + DOVE_Supplier.cpp + } +} + +project(*Event_Con): rtoldevent, namingexe { + exename = Event_Con + idlflags += -I$(TAO_ROOT)/orbsvcs/orbsvcs + includes += $(TAO_ROOT)/orbsvcs/orbsvcs $(TAO_ROOT)/orbsvcs + + IDL_Files { + gendir = . + ../NavWeap.idl + } + Source_Files { + Event_Con.cpp + } +} + +project(*Logging_Sup): rtoldevent, namingexe { + exename = Logging_Sup + idlflags += -I$(TAO_ROOT)/orbsvcs/orbsvcs + includes += $(TAO_ROOT)/orbsvcs/orbsvcs $(TAO_ROOT)/orbsvcs + + IDL_Files { + gendir = . + ../NavWeap.idl + } + Source_Files { + Logging_Sup.cpp + DOVE_Supplier.cpp + } +} + +project(*DualEC_Sup): rtoldevent, namingexe { + exename = DualEC_Sup + idlflags += -I$(TAO_ROOT)/orbsvcs/orbsvcs + includes += $(TAO_ROOT)/orbsvcs/orbsvcs $(TAO_ROOT)/orbsvcs + + IDL_Files { + gendir = . + ../NavWeap.idl + } + Source_Files { + DualEC_Sup.cpp + DOVE_Supplier.cpp + } +} |