summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/CosEC/TypedSimple
diff options
context:
space:
mode:
authormichel_j <michel_j@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-08-29 21:58:24 +0000
committermichel_j <michel_j@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-08-29 21:58:24 +0000
commita558c52834c0d70a43de9bcae9a98bc0efabdf14 (patch)
tree5f1c11446fa1281193755d67aa0fbda03b0db2dc /TAO/orbsvcs/examples/CosEC/TypedSimple
parentee35b2fa63eb26eb820b5cfd5a26b2fb5bd3a924 (diff)
downloadATCD-a558c52834c0d70a43de9bcae9a98bc0efabdf14.tar.gz
Fri Aug 29 17:00:00 2003 Justin Michel <michel_j@ociweb.com>
Diffstat (limited to 'TAO/orbsvcs/examples/CosEC/TypedSimple')
-rw-r--r--TAO/orbsvcs/examples/CosEC/TypedSimple/CosEC_TypedSimple.mpc17
1 files changed, 9 insertions, 8 deletions
diff --git a/TAO/orbsvcs/examples/CosEC/TypedSimple/CosEC_TypedSimple.mpc b/TAO/orbsvcs/examples/CosEC/TypedSimple/CosEC_TypedSimple.mpc
index 7cdc552b7ed..741620168bf 100644
--- a/TAO/orbsvcs/examples/CosEC/TypedSimple/CosEC_TypedSimple.mpc
+++ b/TAO/orbsvcs/examples/CosEC/TypedSimple/CosEC_TypedSimple.mpc
@@ -1,18 +1,19 @@
-project(*Consumer) : event, taoserver {
+project(*Consumer) : event, orbsvcsexe, portableserver {
+ requires += ec_typed_events
+ idlflags += -I$(TAO_ROOT)/orbsvcs
source_files {
Consumer.cpp
Country_i.cpp
}
-
- includes += $(TAO_ROOT)/orbsvcs
- idlflags += -I$(TAO_ROOT)/orbsvcs
}
-project(*Supplier) : event, taoserver {
+project(*Supplier) : event, orbsvcsexe, portableserver {
+ requires += ec_typed_events
+ after += CosEC_TypedSimple_Consumer
+ idl_files {
+ }
source_files {
+ CountryC.cpp
Supplier.cpp
}
-
- includes += $(TAO_ROOT)/orbsvcs
- idlflags += -I$(TAO_ROOT)/orbsvcs
} \ No newline at end of file