diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-01-16 13:52:37 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-01-16 13:52:37 +0000 |
commit | d4a1972c526a819c3890277be0ab200d53c55965 (patch) | |
tree | 29daa1cbee84410d82d4652563440748baaf45d1 /TAO/docs | |
parent | d8c4f1600f38f4bbac120e66718c613a932aa83c (diff) | |
download | ATCD-d4a1972c526a819c3890277be0ab200d53c55965.tar.gz |
ChangeLogTag: Fri Jan 16 13:52:13 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/docs')
-rw-r--r-- | TAO/docs/tutorials/Quoter/Simple/Client/Quoter_Simple_Client.mpc | 2 | ||||
-rw-r--r-- | TAO/docs/tutorials/Quoter/Simple/Persistent/Quoter_Simple_Persistent.mpc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/TAO/docs/tutorials/Quoter/Simple/Client/Quoter_Simple_Client.mpc b/TAO/docs/tutorials/Quoter/Simple/Client/Quoter_Simple_Client.mpc index 7dc9bddd76b..d07d50d9ded 100644 --- a/TAO/docs/tutorials/Quoter/Simple/Client/Quoter_Simple_Client.mpc +++ b/TAO/docs/tutorials/Quoter/Simple/Client/Quoter_Simple_Client.mpc @@ -1,7 +1,7 @@ // -*- MPC -*- // $Id$ -project : taoexe { +project : taoexe, portableserver { libs += Quoter_Idl_Lib after += Quoter_Idl_Lib includes += ../../idl diff --git a/TAO/docs/tutorials/Quoter/Simple/Persistent/Quoter_Simple_Persistent.mpc b/TAO/docs/tutorials/Quoter/Simple/Persistent/Quoter_Simple_Persistent.mpc index 889755564e2..22b2c4cb456 100644 --- a/TAO/docs/tutorials/Quoter/Simple/Persistent/Quoter_Simple_Persistent.mpc +++ b/TAO/docs/tutorials/Quoter/Simple/Persistent/Quoter_Simple_Persistent.mpc @@ -1,7 +1,7 @@ // -*- MPC -*- // $Id$ -project(*client) : taoexe { +project(*client) : taoexe, portableserver { libs += Quoter_Idl_Lib after += Quoter_Idl_Lib includes += ../../idl |