diff options
author | fields_t <fields_t@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-09-18 22:05:05 +0000 |
---|---|---|
committer | fields_t <fields_t@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-09-18 22:05:05 +0000 |
commit | 819f1e1c38d6da97a40aafb5eab74710dd7c1cb4 (patch) | |
tree | 4458274bdb575a41df1b5ff08d9a4d0e479db043 /TAO/orbsvcs/tests/EC_Custom_Marshal | |
parent | 3dba6061085fedf04186b6df0d81ca084f26086c (diff) | |
download | ATCD-819f1e1c38d6da97a40aafb5eab74710dd7c1cb4.tar.gz |
ChangeLogTag:Thu Sep 18 14:11:53 MST 2003 Trevor Fields <fields_t@ociweb.com>
Diffstat (limited to 'TAO/orbsvcs/tests/EC_Custom_Marshal')
-rw-r--r-- | TAO/orbsvcs/tests/EC_Custom_Marshal/EC_Custom_Marshal.mpc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/EC_Custom_Marshal/EC_Custom_Marshal.mpc b/TAO/orbsvcs/tests/EC_Custom_Marshal/EC_Custom_Marshal.mpc index 9f24bdc487e..b18305d9dfd 100644 --- a/TAO/orbsvcs/tests/EC_Custom_Marshal/EC_Custom_Marshal.mpc +++ b/TAO/orbsvcs/tests/EC_Custom_Marshal/EC_Custom_Marshal.mpc @@ -1,4 +1,4 @@ -project(ECM Supplier): rteventexe, rtsched, naming, iortable, messaging { +project(ECM Supplier): rteventexe, rtsched, naming, iortable, messaging, corba_messaging { exename = ECM_Supplier Source_Files { ECM_Data.cpp @@ -6,7 +6,7 @@ project(ECM Supplier): rteventexe, rtsched, naming, iortable, messaging { } } -project(ECM Consumer): rteventexe, rtsched, naming, iortable, messaging { +project(ECM Consumer): rteventexe, rtsched, naming, iortable, messaging, corba_messaging { exename = ECM_Consumer Source_Files { ECM_Data.cpp |