From 3aff90f4a822fcf5d902bbfbcc9fa931d6191a8c Mon Sep 17 00:00:00 2001 From: "William R. Otte" Date: Mon, 24 Jul 2006 15:50:21 +0000 Subject: Repo restructuring --- .../tests/Notify/PluggableTopology/PlugTop.mpc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 TAO/orbsvcs/tests/Notify/PluggableTopology/PlugTop.mpc (limited to 'TAO/orbsvcs/tests/Notify/PluggableTopology/PlugTop.mpc') diff --git a/TAO/orbsvcs/tests/Notify/PluggableTopology/PlugTop.mpc b/TAO/orbsvcs/tests/Notify/PluggableTopology/PlugTop.mpc new file mode 100644 index 00000000000..d77816dd0d4 --- /dev/null +++ b/TAO/orbsvcs/tests/Notify/PluggableTopology/PlugTop.mpc @@ -0,0 +1,19 @@ +// $Id$ + +project(*lib): orbsvcslib, notify_serv, exceptions { + sharedname = NotifyPlugTop + dynamicflags = PLUGTOP_BUILD_DLL + source_files { + Test_Saver.cpp + Test_Topology_Factory.cpp + } +} + +project : orbsvcsexe, notify_serv, exceptions { + after += *lib + source_files { + main.cpp + } + header_files { + } +} -- cgit v1.2.1