summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/Destroy/Destroy.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/Destroy/Destroy.mpc')
-rw-r--r--TAO/orbsvcs/tests/Notify/Destroy/Destroy.mpc12
1 files changed, 12 insertions, 0 deletions
diff --git a/TAO/orbsvcs/tests/Notify/Destroy/Destroy.mpc b/TAO/orbsvcs/tests/Notify/Destroy/Destroy.mpc
new file mode 100644
index 00000000000..2f4788cdadd
--- /dev/null
+++ b/TAO/orbsvcs/tests/Notify/Destroy/Destroy.mpc
@@ -0,0 +1,12 @@
+project (Notify_Test_Destroy): notifytest {
+ exename = Notify_Tests_Destroy
+
+ libpaths += $(TAO_ROOT)/orbsvcs/orbsvcs/ETCL
+ libpaths += $(TAO_ROOT)/tao/IORTable
+ libpaths += $(TAO_ROOT)/tao/DynamicAny
+ libpaths += $(TAO_ROOT)/tao/PortableServer
+
+ Source_Files {
+ main.cpp
+ }
+} \ No newline at end of file