diff options
author | elliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2007-01-03 16:08:20 +0000 |
---|---|---|
committer | elliott_c <elliott_c@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2007-01-03 16:08:20 +0000 |
commit | 177608523b9cceb8852ec21671a6cb7a12b2d5ba (patch) | |
tree | 6dbf9e5a9d17b6e0360809de05e683c784740130 /TAO/orbsvcs/Notify_Service/Notify_Service.mpc | |
parent | 9c7a747eab8cf65a3bb8e4294ce32e35c16f4406 (diff) | |
download | ATCD-177608523b9cceb8852ec21671a6cb7a12b2d5ba.tar.gz |
ChangeLogTag: Wed Jan 3 16:05:58 UTC 2007 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'TAO/orbsvcs/Notify_Service/Notify_Service.mpc')
-rw-r--r-- | TAO/orbsvcs/Notify_Service/Notify_Service.mpc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/Notify_Service/Notify_Service.mpc b/TAO/orbsvcs/Notify_Service/Notify_Service.mpc index 409614e0600..3c4aab00044 100644 --- a/TAO/orbsvcs/Notify_Service/Notify_Service.mpc +++ b/TAO/orbsvcs/Notify_Service/Notify_Service.mpc @@ -1,7 +1,7 @@ // -*- MPC -*- // $Id$ -project : valuetype, orbsvcsexe, core, notification_serv, naming, iortable { +project : valuetype, orbsvcsexe, install, notification_serv, naming, iortable { exename = Notify_Service Source_Files { Notify_Server.cpp @@ -12,7 +12,7 @@ project : valuetype, orbsvcsexe, core, notification_serv, naming, iortable { } } -project(NT_Notify_Service) : valuetype, orbsvcsexe, core, notification_serv, naming, iortable { +project(NT_Notify_Service) : valuetype, orbsvcsexe, install, notification_serv, naming, iortable { avoids += ace_for_tao requires += winnt exename = NT_Notify_Service |