diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-08-29 16:14:33 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-08-29 16:14:33 +0000 |
commit | 66afcc18534089c76e46e35141a3227cdf9aedc1 (patch) | |
tree | e9d55df7c47ae4f1bede0b0cb7f95ce1150056c7 /TAO | |
parent | 4d1faa409ac52b2f8e6f87754ace808fa1539b54 (diff) | |
download | ATCD-66afcc18534089c76e46e35141a3227cdf9aedc1.tar.gz |
ChangeLogTag: Fri Aug 29 11:07:45 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'TAO')
-rw-r--r-- | TAO/ChangeLog | 6 | ||||
-rw-r--r-- | TAO/orbsvcs/examples/CosEC/TypedSimple/CosEC_TypedSimple.mpc | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog index 3c58715bc66..ae09f6068d2 100644 --- a/TAO/ChangeLog +++ b/TAO/ChangeLog @@ -1,3 +1,9 @@ +Fri Aug 29 11:07:45 2003 Jeff Parsons <j.parsons@vanderbilt.edu> + + * orbsvcs/examples/CosEC/TypedSimple/CosEC_TypedSimple.mpc: + + Added necessary lines for includes and idlflags. + Fri Aug 29 10:58:57 2003 George Edwards <g.edwards@vanderbilt.edu> * tests/Portable_Interceptors/Bug_1559/interceptors.cpp: diff --git a/TAO/orbsvcs/examples/CosEC/TypedSimple/CosEC_TypedSimple.mpc b/TAO/orbsvcs/examples/CosEC/TypedSimple/CosEC_TypedSimple.mpc index c37df08dc66..7cdc552b7ed 100644 --- a/TAO/orbsvcs/examples/CosEC/TypedSimple/CosEC_TypedSimple.mpc +++ b/TAO/orbsvcs/examples/CosEC/TypedSimple/CosEC_TypedSimple.mpc @@ -3,10 +3,16 @@ project(*Consumer) : event, taoserver { Consumer.cpp Country_i.cpp } + + includes += $(TAO_ROOT)/orbsvcs + idlflags += -I$(TAO_ROOT)/orbsvcs } project(*Supplier) : event, taoserver { source_files { Supplier.cpp } + + includes += $(TAO_ROOT)/orbsvcs + idlflags += -I$(TAO_ROOT)/orbsvcs }
\ No newline at end of file |